Cleanups and fixes.

This commit is contained in:
JoelKatz
2012-09-27 14:11:10 -07:00
parent c9b8408d08
commit a40120b6c9
9 changed files with 35 additions and 35 deletions

View File

@@ -274,7 +274,7 @@ void STAmount::canonicalize()
assert((mValue != 0) || (mOffset != -100) );
}
void STAmount::add(Serializer& s) const
void STAmount::addData(Serializer& s) const
{
if (mIsNative)
{