Convenience type.

This commit is contained in:
JoelKatz
2012-09-03 09:47:14 -07:00
parent 7eef087d53
commit ee78114033

View File

@@ -13,7 +13,8 @@ protected:
void setNode();
public:
typedef boost::shared_ptr<SerializedValidation> pointer;
typedef boost::shared_ptr<SerializedValidation> pointer;
typedef const boost::shared_ptr<SerializedValidation>& ref;
static SOElement sValidationFormat[16];
static const uint32 sFullFlag;