diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-11-25 23:47:00 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-11-25 23:47:00 +0000 |
commit | 61c71a9f23a094d7d03ecdf8f36b4a3bbadc7fd4 (patch) | |
tree | 7887def0467b8b7c2ad556148d6b73457e5ee790 /src | |
parent | 27e0164234c916adaf0ce78e29dffe565302ef53 (diff) | |
download | libbu++-61c71a9f23a094d7d03ecdf8f36b4a3bbadc7fd4.tar.gz libbu++-61c71a9f23a094d7d03ecdf8f36b4a3bbadc7fd4.tar.bz2 libbu++-61c71a9f23a094d7d03ecdf8f36b4a3bbadc7fd4.tar.xz libbu++-61c71a9f23a094d7d03ecdf8f36b4a3bbadc7fd4.zip |
Fixed bug in serializer.h that made it not work with any other serializers.
Diffstat (limited to 'src')
-rw-r--r-- | src/serializertext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serializertext.h b/src/serializertext.h index 9bead59..46be421 100644 --- a/src/serializertext.h +++ b/src/serializertext.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef SERIALIZER_BINARY_H | 1 | #ifndef SERIALIZER_TEXT_H |
2 | #define SERIALIZER_BINARY_H | 2 | #define SERIALIZER_TEXT_H |
3 | 3 | ||
4 | #include "serializer.h" | 4 | #include "serializer.h" |
5 | #include <stdio.h> | 5 | #include <stdio.h> |