summaryrefslogtreecommitdiff
path: root/AudioManagerCore/include/CAmCommandSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerCore/include/CAmCommandSender.h')
-rw-r--r--AudioManagerCore/include/CAmCommandSender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerCore/include/CAmCommandSender.h b/AudioManagerCore/include/CAmCommandSender.h
index 2f7daec..c9f8fb6 100644
--- a/AudioManagerCore/include/CAmCommandSender.h
+++ b/AudioManagerCore/include/CAmCommandSender.h
@@ -81,7 +81,7 @@ public:
friend class IAmCommandBackdoor; //this is to get access to the loaded plugins and be able to exchange the interfaces
#endif
private:
-
+ void loadPlugins(const std::vector<std::string>& listOfPluginDirectories);
void unloadLibraries(void); //!< unload the shared libraries
std::vector<IAmCommandSend*> mListInterfaces; //!< list of all interfaces
std::vector<void*> mListLibraryHandles; //!< list of all library handles. This information is used to unload the plugins correctly.