diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-07-14 07:55:57 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-14 07:55:57 +0000 |
commit | 5b650d2d0c96545c5a276a1b819d0f5baebf8204 (patch) | |
tree | e3e4a43ea242d1d1f771c7ba251f47ac7f0db296 /src/serializerbinary.cpp | |
parent | f0f38e0f164b7e8b9132665407445d93f33be7ad (diff) | |
download | libbu++-5b650d2d0c96545c5a276a1b819d0f5baebf8204.tar.gz libbu++-5b650d2d0c96545c5a276a1b819d0f5baebf8204.tar.bz2 libbu++-5b650d2d0c96545c5a276a1b819d0f5baebf8204.tar.xz libbu++-5b650d2d0c96545c5a276a1b819d0f5baebf8204.zip |
Changed some stuff, not sure what all, minor stuff.
Diffstat (limited to '')
-rw-r--r-- | src/serializerbinary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serializerbinary.cpp b/src/serializerbinary.cpp index f2d8371..d7143ab 100644 --- a/src/serializerbinary.cpp +++ b/src/serializerbinary.cpp | |||
@@ -8,7 +8,7 @@ SerializerBinary::SerializerBinary(FILE *fhFile, bool bLoading): | |||
8 | { | 8 | { |
9 | } | 9 | } |
10 | 10 | ||
11 | SerializerBinary::SerializerBinary(char *sFileName, bool bLoading): | 11 | SerializerBinary::SerializerBinary(const char *sFileName, bool bLoading): |
12 | Serializer(bLoading), | 12 | Serializer(bLoading), |
13 | bCloseFile(true) | 13 | bCloseFile(true) |
14 | { | 14 | { |