summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r--cpp/include/Ice/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h
index 0cf099100e5..93944cfa9b0 100644
--- a/cpp/include/Ice/Object.h
+++ b/cpp/include/Ice/Object.h
@@ -285,7 +285,7 @@ public:
* are eligible for garbage collection when all external references to the graph have been released.
* @param b True if the object is eligible, false otherwise.
*/
- virtual void ice_collectable(bool b) { }
+ virtual void ice_collectable(bool b);
/**
* The Ice run time invokes this method prior to marshaling an object's data members. This allows a subclass