1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-15 11:46:56 +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()
{
CISer::smartPointerSerialization = false;
COSer::smartPointerSerialization = false;
CISer<CConnection>::smartPointerSerialization = false;
COSer<CConnection>::smartPointerSerialization = false;
registerTypes(static_cast<CISer<CConnection>&>(*this));
registerTypes(static_cast<COSer<CConnection>&>(*this));
#ifdef LIL_ENDIAN