1
0
forked from 0ad/0ad

made c_str() const

This was SVN commit r643.
This commit is contained in:
Simon Brenner 2004-07-07 18:03:42 +00:00
parent 715c208907
commit 44ad38830c

View File

@ -182,7 +182,7 @@ public:
TCHAR &operator[](long n);
TCHAR &operator[](unsigned long n);
inline const TCHAR *c_str()
inline const TCHAR *c_str() const
{ return m_String.c_str(); }
size_t GetHashCode() const;