diff --git a/base/object.h b/base/object.h index 273d86b6c..573c4dc97 100644 --- a/base/object.h +++ b/base/object.h @@ -35,13 +35,12 @@ public: typedef shared_ptr Ptr; typedef weak_ptr WeakPtr; + static void ClearHeldObjects(void); + protected: Object(void); virtual ~Object(void); - static void ClearHeldObjects(void); - -protected: void Hold(void); private: