diff options
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commodity.h b/src/commodity.h index ae7d9d66..42f15f33 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -391,10 +391,7 @@ public: return temp; } - void print(std::ostream& out) const { - out << symbol(); - } - + void print(std::ostream& out, bool elide_quotes = false) const; bool valid() const; struct compare_by_commodity { |