aboutsummaryrefslogtreecommitdiff
path: root/src/tests/archive2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/archive2.cpp')
-rw-r--r--src/tests/archive2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/archive2.cpp b/src/tests/archive2.cpp
index 6d3c2c1..ab02d04 100644
--- a/src/tests/archive2.cpp
+++ b/src/tests/archive2.cpp
@@ -82,7 +82,7 @@ void write()
82{ 82{
83 C *c = new C; 83 C *c = new C;
84 84
85 Bu::File f( "test.archive", "wb"); 85 Bu::File f( "test.archive", Bu::File::Write );
86 Bu::Archive ar( f, Bu::Archive::save ); 86 Bu::Archive ar( f, Bu::Archive::save );
87 ar << c; 87 ar << c;
88} 88}