From 1d88eca4b65d5de530cda1e63ed94dc18e964078 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 14 Jan 2005 23:20:46 +0000 Subject: [PATCH] (class commodity_t): Added commodity_t::default_commodity. --- amount.h | 1 + 1 file changed, 1 insertion(+) diff --git a/amount.h b/amount.h index 9b9dc225..90447e09 100644 --- a/amount.h +++ b/amount.h @@ -335,6 +335,7 @@ class commodity_t static commodities_map commodities; static commodity_t * null_commodity; + static commodity_t * default_commodity; static bool add_commodity(commodity_t * commodity, const std::string symbol = "") {