diff options
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/format.h b/src/format.h index 516b6d7e..b3ae464f 100644 --- a/src/format.h +++ b/src/format.h @@ -105,8 +105,7 @@ class format_t : public expr_base_t<string> void dump(std::ostream& out) const; }; - string format_string; - scoped_ptr<element_t> elements; + scoped_ptr<element_t> elements; public: static enum elision_style_t { |