Validation signature bugfix.

This commit is contained in:
JoelKatz
2012-05-05 13:51:29 -07:00
parent 5ada49d206
commit ccb7427a14
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ public:
static SOElement sValidationFormat[16];
static const uint32 sFullFlag;
static const uint32 sValidationMagic;
// These throw if the object is not valid
SerializedValidation(SerializerIterator& sit, bool checkSignature = true);