diff options
Diffstat (limited to 'src/fstring.h')
-rw-r--r-- | src/fstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fstring.h b/src/fstring.h index f0462cb..c5397cc 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -170,7 +170,7 @@ public: | |||
170 | nLength = nNewSize; | 170 | nLength = nNewSize; |
171 | } | 171 | } |
172 | 172 | ||
173 | long getSize() | 173 | long getSize() const |
174 | { | 174 | { |
175 | return nLength; | 175 | return nLength; |
176 | } | 176 | } |