From ee4322354303df2025f1971112e259461811c6e3 Mon Sep 17 00:00:00 2001 From: drmortalwombat <90205530+drmortalwombat@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:16:28 +0100 Subject: [PATCH] Fix missing member definition in opp string --- include/opp/string.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/opp/string.h b/include/opp/string.h index 7bbb167..b62ada3 100644 --- a/include/opp/string.h +++ b/include/opp/string.h @@ -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;