Change count to 'SerializedValue' to better reflect what it is.

This commit is contained in:
JoelKatz
2012-10-31 19:25:05 -07:00
parent b1c9151470
commit 0830cf4ca8
2 changed files with 3 additions and 3 deletions

View File

@@ -30,9 +30,9 @@ enum PathFlags
#define ACCOUNT_XNS uint160(0)
#define ACCOUNT_ONE uint160(1) // Used as a place holder
DEFINE_INSTANCE(SerializedEntry);
DEFINE_INSTANCE(SerializedValue);
class SerializedType : private IS_INSTANCE(SerializedEntry)
class SerializedType : private IS_INSTANCE(SerializedValue)
{
protected:
SField::ptr fName;