summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsElement.h')
-rw-r--r--libs/rs/rsElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsElement.h b/libs/rs/rsElement.h
index ae6a6cc..50bca85 100644
--- a/libs/rs/rsElement.h
+++ b/libs/rs/rsElement.h
@@ -72,6 +72,8 @@ public:
void decRefs(const void *) const;
bool getHasReferences() const {return mHasReference;}
+ bool isEqual(const Element *other) const;
+
protected:
// deallocate any components that are part of this element.
void clear();