summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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
{