Fixing template typo.

This commit is contained in:
lotodore
2011-03-14 20:08:10 +00:00
parent c877e0ef74
commit 16ca90621e
+1 -1
View File
@@ -116,7 +116,7 @@ public:
protected:
typedef std::deque<boost::shared_ptr<boost::asio::ip::tcp::socket> > ConnectQueue;
typedef std::list<boost::shared_ptr<SessionData>> SessionList;
typedef std::list<boost::shared_ptr<SessionData> > SessionList;
typedef std::list<SessionId> SessionIdList;
typedef std::map<SessionId, boost::timers::portable::microsec_timer> TimerSessionMap;
typedef std::map<unsigned, boost::shared_ptr<ServerGame> > GameMap;