aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h
index 4c2a985d46..8ff84c3b5d 100644
--- a/common/str.h
+++ b/common/str.h
@@ -110,7 +110,9 @@ public:
}
void deleteLastChar();
+ void deleteChar(int p);
void clear();
+ void insertChar(char c, int p);
void toLowercase();
void toUppercase();