summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-22 02:40:18 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-22 02:40:18 -0400
commit02168c782364a1a8641b4bed7ebf4a84cb6b3560 (patch)
treef3e31f99245871413587d3eb0ad1fa5974bf9558 /config.h
parent5619a1d5be144877df8cce01c40ff668bbb0c96a (diff)
downloadfork-ledger-02168c782364a1a8641b4bed7ebf4a84cb6b3560.tar.gz
fork-ledger-02168c782364a1a8641b4bed7ebf4a84cb6b3560.tar.bz2
fork-ledger-02168c782364a1a8641b4bed7ebf4a84cb6b3560.zip
escape codes in format strings; can now redefine individual report formats
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 6 insertions, 6 deletions
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
{