@@ -39,10 +39,11 @@ * @brief Provides a system for loading plugins at runtime. */ @interface OFPlugin: OFObject { of_plugin_handle_t _handle; + OF_RESERVE_IVARS(4) } /*! * @brief Loads a plugin from a file. *