From 632d506234dcf9b661fa9581d687b8fa81dcff15 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Wed, 26 Sep 2012 15:08:43 -0700 Subject: [PATCH] Make this compile. --- src/Amount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Amount.cpp b/src/Amount.cpp index 9b45507502..793e71c250 100644 --- a/src/Amount.cpp +++ b/src/Amount.cpp @@ -889,7 +889,7 @@ STAmount STAmount::convertToInternalAmount(uint64 displayAmount, uint64 totalNow STAmount STAmount::deserialize(SerializerIterator& it) { - STAmount *s = construct(it); + STAmount *s = construct(it, sfGeneric); STAmount ret(*s); delete s;