Changed: #1016 entities_game_service segfault in ubuntu 64biten

This commit is contained in:
kervala 2010-12-04 15:10:48 +01:00
parent 8f01cb0d3a
commit 219dce25f2

View file

@ -38,6 +38,7 @@
#include "ryzom_welcome_service.h"
#include "game_share/welcome_service_itf.h"
#include "game_share/mirror.h"
using namespace std;
using namespace NLMISC;
@ -1334,6 +1335,7 @@ public:
return true;
}
CMirror Mirror;
};