diff options
Diffstat (limited to 'format.h')
-rw-r--r-- | format.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ struct format_t std::string format_string; element_t * elements; + static bool keep_price; + static bool keep_date; + static bool keep_tag; + static std::string date_format; format_t() : elements(NULL) { |