Index: src/OFObject.h ================================================================== --- src/OFObject.h +++ src/OFObject.h @@ -389,11 +389,11 @@ * @brief The root class for all other classes inside ObjFW. */ OF_ROOT_CLASS @interface OFObject { -@public +@private Class _isa; } /*! * @brief A method which is called once when the class is loaded into the