From febe7a1224933073af03e2e09d8f69df791966cc Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 27 Sep 2012 20:47:50 -0700 Subject: [PATCH] Search/replace went slightly awry. --- src/SerializedObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SerializedObject.h b/src/SerializedObject.h index bed99e969b..c74402f15c 100644 --- a/src/SerializedObject.h +++ b/src/SerializedObject.h @@ -191,7 +191,7 @@ public: bool operator!=(const STArray &s) { return value != s.value; } virtual SerializedTypeID getSType() const { return STI_ARRAY; } - virtual bool isEquivalent(const STObject& t) const; + virtual bool isEquivalent(const SerializedType& t) const; }; #endif