From 70d978fc71d53659e4a487a5f35f60068ca7b76a Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 1 Jun 2012 20:32:59 -0700 Subject: [PATCH] prototype --- src/SerializedTypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SerializedTypes.h b/src/SerializedTypes.h index f9c68a2e15..ec0987c12b 100644 --- a/src/SerializedTypes.h +++ b/src/SerializedTypes.h @@ -280,6 +280,7 @@ public: const uint160& getCurrency() const { return mCurrency; } bool setValue(const std::string& sAmount, const std::string& sCurrency); + void setValue(const STAmount &); virtual bool isEquivalent(const SerializedType& t) const;