summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/CommandSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/include/CommandSender.h')
-rw-r--r--AudioManagerDaemon/include/CommandSender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/include/CommandSender.h b/AudioManagerDaemon/include/CommandSender.h
index 57362f0..0a8d2b2 100644
--- a/AudioManagerDaemon/include/CommandSender.h
+++ b/AudioManagerDaemon/include/CommandSender.h
@@ -45,7 +45,7 @@ class CommandSender
{
public:
CommandSender(const std::vector<std::string>& listOfPluginDirectories);
- virtual ~CommandSender();
+ ~CommandSender();
am_Error_e startupInterfaces(CommandReceiver* iCommandReceiver);
void setCommandReady();
void setCommandRundown();