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, 1 insertions, 1 deletions
diff --git a/src/flexbuf.h b/src/flexbuf.h
index 5ce4a89..a68dcc6 100644
--- a/src/flexbuf.h
+++ b/src/flexbuf.h
@@ -24,7 +24,7 @@ public:
24 /** 24 /**
25 * Clean up the FlexBuf, delete all buffers. 25 * Clean up the FlexBuf, delete all buffers.
26 */ 26 */
27 ~FlexBuf(); 27 virtual ~FlexBuf();
28 28
29 /** Appends a whole string of data to the buffer. The string 29 /** Appends a whole string of data to the buffer. The string
30 * must be null terminated. 30 * must be null terminated.