summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/ControlSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/include/ControlSender.h')
-rw-r--r--AudioManagerDaemon/include/ControlSender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/include/ControlSender.h b/AudioManagerDaemon/include/ControlSender.h
index cb9ff36..6e04d48 100644
--- a/AudioManagerDaemon/include/ControlSender.h
+++ b/AudioManagerDaemon/include/ControlSender.h
@@ -41,7 +41,7 @@ class ControlSender
{
public:
ControlSender(std::string controlPluginFile);
- virtual ~ControlSender();
+ ~ControlSender();
am_Error_e startupController(ControlReceiveInterface* controlreceiveinterface) ;
void setControllerReady() ;
void setControllerRundown() ;