summaryrefslogtreecommitdiffstats
path: root/src/growbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/growbuf.h')
-rw-r--r--src/growbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/growbuf.h b/src/growbuf.h
index 6798692..f1bf315 100644
--- a/src/growbuf.h
+++ b/src/growbuf.h
@@ -4,6 +4,7 @@
#include <stdlib.h>
#include <string.h>
+/** Class representing a string buffer optimised for growing. */
class GrowBuf
{
public: