aboutsummaryrefslogtreecommitdiff
path: root/src/flexbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flexbuf.h')
-rw-r--r--src/flexbuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flexbuf.h b/src/flexbuf.h
index a68dcc6..7d7f11a 100644
--- a/src/flexbuf.h
+++ b/src/flexbuf.h
@@ -144,6 +144,8 @@ public:
144 */ 144 */
145 int findChar( char cTarget ); 145 int findChar( char cTarget );
146 146
147 void ensureCapacity( int nAmount );
148
147private: 149private:
148 /** The raw storage location of the FlexBuf. */ 150 /** The raw storage location of the FlexBuf. */
149 char *lpBuf; 151 char *lpBuf;