diff --git a/src/plugin/Plugin.h b/src/plugin/Plugin.h index feaf12894f..d4f34f28ff 100644 --- a/src/plugin/Plugin.h +++ b/src/plugin/Plugin.h @@ -809,13 +809,6 @@ public: */ void Describe(ODesc* d) const; - /** - * Registers a component. - * - * @param c The component. The method takes ownership. - */ - void AddComponent(Component* c); - /** * Registers an individual BiF that the plugin defines. The * information is for informational purposes only and will show up in @@ -885,6 +878,13 @@ protected: */ virtual void Done(); + /** + * Registers a component. + * + * @param c The component. The method takes ownership. + */ + void AddComponent(Component* c); + /** * Calls the Initialize() function of all components. */