From 4e30fcdf4094a0c450cbe1918c2e12dd19eb58f2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Nov 2009 21:53:02 -0500 Subject: Many improvements to Ledger's Python bindings --- src/commodity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commodity.h') diff --git a/src/commodity.h b/src/commodity.h index 42cc6d8f..d5f18844 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -251,7 +251,7 @@ public: return *this; } - bool is_annotated() const { + bool has_annotation() const { return annotated; } -- cgit v1.2.3