Fix missing member definition in opp string

This commit is contained in:
drmortalwombat 2024-03-09 14:16:28 +01:00
parent 89ac4ee9b9
commit ee43223543

View File

@ -67,6 +67,7 @@ public:
const char * end(void) const;
const char * cend(void) const;
const char * c_str(void) const;
const char * tocstr(void) const;
string substr(char pos, char len) const;