diff options
Diffstat (limited to 'src/object-set.h')
| -rw-r--r-- | src/object-set.h | 2 |
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(); |
