Search/replace went slightly awry.

This commit is contained in:
JoelKatz
2012-09-27 20:47:50 -07:00
parent 2c2bfab52f
commit febe7a1224

View File

@@ -191,7 +191,7 @@ public:
bool operator!=(const STArray &s) { return value != s.value; } bool operator!=(const STArray &s) { return value != s.value; }
virtual SerializedTypeID getSType() const { return STI_ARRAY; } virtual SerializedTypeID getSType() const { return STI_ARRAY; }
virtual bool isEquivalent(const STObject& t) const; virtual bool isEquivalent(const SerializedType& t) const;
}; };
#endif #endif