mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
const
This commit is contained in:
parent
ea023e3eea
commit
1acaa9e9cd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace gd {
|
|||
string& operator=(char const* ok);
|
||||
string& operator=(string const& ok);
|
||||
__attribute__((noinline)) ~string();
|
||||
char const* c_str() {return (char const*)m_data; }
|
||||
char const* c_str() const {return (char const*)m_data; }
|
||||
protected:
|
||||
_internal_string* m_data;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue