1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

- fixes to previous commits

This commit is contained in:
Ivan Savenko
2013-04-21 17:06:24 +00:00
parent 4db13ba845
commit d88caec82c
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ struct DLL_LINKAGE SPuzzleInfo
}
};
class CFaction
class DLL_LINKAGE CFaction
{
public:
CFaction();

View File

@@ -316,7 +316,7 @@ CVCMIServer::~CVCMIServer()
{
//delete io;
//delete acceptor;
/delete firstConnection;
//delete firstConnection;
}
CGameHandler * CVCMIServer::initGhFromHostingConnection(CConnection &c)