More utf8 related fixes (some issues remain).

This commit is contained in:
lotodore
2007-12-11 20:40:39 +00:00
parent aa07ae1741
commit c14bb9470b
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -36,6 +36,7 @@ class ClientSenderCallback;
class Game;
class NetPacket;
class AvatarManager;
class QtToolsInterface;
class ClientThread : public Thread
{
@@ -168,6 +169,7 @@ private:
mutable boost::mutex m_gameInfoMapMutex;
boost::shared_ptr<Game> m_game;
boost::shared_ptr<QtToolsInterface> myQtToolsInterface;
PlayerInfoMap m_playerInfoMap;
mutable boost::mutex m_playerInfoMapMutex;