@@ -28,11 +28,11 @@ /*! * @brief Provides a system for loading plugins at runtime. */ @interface OFPlugin: OFObject { - of_plugin_handle_t handle; + of_plugin_handle_t _handle; } /*! * @brief Loads a plugin from a file. *