From 02168c782364a1a8641b4bed7ebf4a84cb6b3560 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 22 Aug 2004 02:40:18 -0400 Subject: escape codes in format strings; can now redefine individual report formats --- config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 799e1d30..b8677b1a 100644 --- a/config.h +++ b/config.h @@ -8,12 +8,12 @@ namespace ledger { -extern const std::string bal_fmt; -extern const std::string reg_fmt; -extern const std::string plot_value_fmt; -extern const std::string plot_total_fmt; -extern const std::string print_fmt; -extern const std::string equity_fmt; +extern std::string bal_fmt; +extern std::string reg_fmt; +extern std::string plot_value_fmt; +extern std::string plot_total_fmt; +extern std::string print_fmt; +extern std::string equity_fmt; struct config_t { -- cgit v1.2.3