Fix missing member definition in opp string
This commit is contained in:
parent
89ac4ee9b9
commit
ee43223543
|
@ -67,6 +67,7 @@ public:
|
||||||
const char * end(void) const;
|
const char * end(void) const;
|
||||||
const char * cend(void) const;
|
const char * cend(void) const;
|
||||||
|
|
||||||
|
const char * c_str(void) const;
|
||||||
const char * tocstr(void) const;
|
const char * tocstr(void) const;
|
||||||
|
|
||||||
string substr(char pos, char len) const;
|
string substr(char pos, char len) const;
|
||||||
|
|
Loading…
Reference in New Issue