summaryrefslogtreecommitdiffstats
path: root/source/cStringMap.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cStringMap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cStringMap.h b/source/cStringMap.h
index 454218cf4..e6b61c171 100644
--- a/source/cStringMap.h
+++ b/source/cStringMap.h
@@ -18,6 +18,8 @@ public: // tolua_export
unsigned int size() const; // tolua_export
std::string & get( const std::string & index ); //tolua_export
+
+ std::map< std::string, std::string >& GetStringMap() { return m_StringMap; }
private:
std::map< std::string, std::string > m_StringMap;
}; // tolua_export