diff options
Diffstat (limited to 'format.h')
-rw-r--r-- | format.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ struct format_t static value_expr_t * value_expr; static value_expr_t * total_expr; + format_t() : elements(NULL) {} format_t(const std::string& _format) : elements(NULL) { reset(_format); } |