From 43e684071933adef93040e8d4b830d5c6b71cf9a Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 12 Jan 2013 04:46:01 +0000 Subject: Merged branch "branches/hooks" into "trunk". git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/StringMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/StringMap.h') diff --git a/source/StringMap.h b/source/StringMap.h index 1cf20048d..4b6bb5558 100644 --- a/source/StringMap.h +++ b/source/StringMap.h @@ -17,7 +17,7 @@ public: // tolua_export unsigned int size() const; // tolua_export - std::string & get( const std::string & index ); //tolua_export + std::string & get( const std::string & index ); // tolua_export std::map< std::string, std::string >& GetStringMap() { return m_StringMap; } private: -- cgit v1.2.3