--- linuxsampler/trunk/src/plugins/InstrumentEditorFactory.h 2009/05/04 18:34:44 1896 +++ linuxsampler/trunk/src/plugins/InstrumentEditorFactory.h 2009/05/10 09:31:51 1897 @@ -1,6 +1,6 @@ /*************************************************************************** * * - * Copyright (C) 2007 Christian Schoenebeck * + * Copyright (C) 2007 - 2009 Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -103,6 +103,9 @@ static std::map InnerFactories; static bool bPluginsLoaded; static std::list LoadedDLLs; + + private: + static bool LoadPlugins(String plugindir); }; } // namespace LinuxSampler