--- a/objwriter.h Sun Jul 15 18:56:26 2012 +0300 +++ b/objwriter.h Sun Jul 15 19:01:47 2012 +0300 @@ -147,7 +147,7 @@ numWrittenBytes += sizeof (T); } // Cannot use default arguments in function templates.. - void Write (qbyte stuff) {Write<qbyte> (stuff);} + void Write (long stuff) {Write<long> (stuff);} }; #endif // __OBJWRITER_H__ \ No newline at end of file