summaryrefslogtreecommitdiff
path: root/src/base/cprintf.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/cprintf.hh')
-rw-r--r--src/base/cprintf.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/cprintf.hh b/src/base/cprintf.hh
index 6124d8c73..e702fa3a6 100644
--- a/src/base/cprintf.hh
+++ b/src/base/cprintf.hh
@@ -59,6 +59,7 @@ struct Print
Format fmt;
void process();
+ void process_flag();
public:
Print(std::ostream &stream, const std::string &format);