1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

Hopefully fixed compilation. Unified line endings.

This commit is contained in:
Michał W. Urbańczyk
2009-12-30 07:49:25 +00:00
parent 6bff8aec34
commit 5d74e61e3e
9 changed files with 47 additions and 47 deletions

View File

@ -47,8 +47,8 @@ CTypeList typeList;
void CConnection::init() void CConnection::init()
{ {
CISer::smartPointerSerialization = false; CISer<CConnection>::smartPointerSerialization = false;
COSer::smartPointerSerialization = false; COSer<CConnection>::smartPointerSerialization = false;
registerTypes(static_cast<CISer<CConnection>&>(*this)); registerTypes(static_cast<CISer<CConnection>&>(*this));
registerTypes(static_cast<COSer<CConnection>&>(*this)); registerTypes(static_cast<COSer<CConnection>&>(*this));
#ifdef LIL_ENDIAN #ifdef LIL_ENDIAN