Missing commit.

This commit is contained in:
JoelKatz
2012-04-11 23:38:07 -07:00
parent 1c895a593d
commit 6aeded3863

View File

@@ -191,6 +191,7 @@ public:
SerializedTypeID getSType() const { return STI_AMOUNT; }
STAmount* duplicate() const { return new STAmount(name, offset, value); }
std::string getText() const;
std::string getRaw() const;
void add(Serializer& s) const;
int getOffset() const { return offset; }