aboutsummaryrefslogtreecommitdiff
path: root/src/staticstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/staticstring.h')
-rw-r--r--src/staticstring.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/staticstring.h b/src/staticstring.h
index 7ffa21f..732e860 100644
--- a/src/staticstring.h
+++ b/src/staticstring.h
@@ -38,6 +38,10 @@ public:
38 operator int(); 38 operator int();
39 char *operator+( int nAmnt ); 39 char *operator+( int nAmnt );
40 char *operator-( int nAmnt ); 40 char *operator-( int nAmnt );
41 bool operator==( const char *str );
42 bool operator==( StaticString &str );
43 bool operator!=( const char *str );
44 bool operator!=( StaticString &str );
41 45
42 void clear(); 46 void clear();
43 47