Missing sort.

This commit is contained in:
JoelKatz
2012-09-29 00:30:21 -07:00
parent 4800899c47
commit 3e305871c3
2 changed files with 17 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ protected:
std::vector<SOElement::ptr> mType;
STObject* duplicate() const { return new STObject(*this); }
bool compare(const SerializedType& f1, const SerializedType& f2);
public:
STObject() { ; }