From 4befcfa27d1e4b162512f6161f9f897862ccdf57 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 2 Nov 2009 21:07:19 -0500 Subject: Added Python interface for commodity_pool_t --- src/commodity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commodity.h') diff --git a/src/commodity.h b/src/commodity.h index 25397131..d30a0847 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -222,8 +222,6 @@ protected: #endif // HAVE_BOOST_SERIALIZATION }; - static bool symbol_needs_quotes(const string& symbol); - shared_ptr base; commodity_pool_t * parent_; @@ -247,6 +245,8 @@ public: operator bool() const; + static bool symbol_needs_quotes(const string& symbol); + bool is_annotated() const { return annotated; } -- cgit v1.2.3