From 0eda1ad2c6db874a6fed9c45851d4222250a2255 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 7 Aug 2008 02:53:10 -0400 Subject: The Python interface layer is building again. --- src/amount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index bcf86ad4..a5a05835 100644 --- a/src/amount.h +++ b/src/amount.h @@ -558,7 +558,7 @@ public: * have been set to (which all default to false). */ void annotate(const annotation_t& details); - bool annotated() const; + bool is_annotated() const; annotation_t& annotation(); const annotation_t& annotation() const { -- cgit v1.2.3