summaryrefslogtreecommitdiff
path: root/base/cprintf.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/cprintf.hh')
-rw-r--r--base/cprintf.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/cprintf.hh b/base/cprintf.hh
index ac34cd252..ca5c08b16 100644
--- a/base/cprintf.hh
+++ b/base/cprintf.hh
@@ -89,6 +89,7 @@ class ArgList
public:
ArgList() : stream(&std::cout) {}
+ ~ArgList();
template<class T>
void append(const T &data) {