Add more counted types.

This commit is contained in:
JoelKatz
2012-10-31 16:11:59 -07:00
parent 9098c3f739
commit 8e4b11b668
8 changed files with 25 additions and 6 deletions

View File

@@ -14,6 +14,8 @@
#include "SerializedTransaction.h"
SETUP_LOG();
DECLARE_INSTANCE(SerializedObject);
DECLARE_INSTANCE(SerializedArray);
std::auto_ptr<SerializedType> STObject::makeDefaultObject(SerializedTypeID id, SField::ref name)
{