summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/bkstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SmileyAdd/src/bkstring.h')
-rw-r--r--plugins/SmileyAdd/src/bkstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/bkstring.h b/plugins/SmileyAdd/src/bkstring.h
index 552eeb9e3f..3a43c2bece 100644
--- a/plugins/SmileyAdd/src/bkstring.h
+++ b/plugins/SmileyAdd/src/bkstring.h
@@ -159,7 +159,7 @@ public:
bkstring& operator += (const value_type _Ch)
{ return append(1, _Ch); }
- value_type& operator[] (int ind) const
+ value_type& operator[] (size_t ind) const
{ return buf[ind]; }
friend bkstring operator+ (const bkstring& _Str1, const bkstring& _Str2)