summaryrefslogtreecommitdiffstats
path: root/src/object-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-set.h')
-rw-r--r--src/object-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-set.h b/src/object-set.h
index 2b9c5efe3..8160cd27b 100644
--- a/src/object-set.h
+++ b/src/object-set.h
@@ -37,7 +37,7 @@ public:
ObjectSet() {};
~ObjectSet();
bool add(SPObject* object);
- void remove(SPObject* object);
+ bool remove(SPObject* object);
bool contains(SPObject* object);
void clear();
int size();