Make this compile.

This commit is contained in:
JoelKatz
2012-09-26 15:08:43 -07:00
parent ae8f5a154d
commit 632d506234

View File

@@ -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;