aboutsummaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-04 10:47:58 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-04 11:07:37 +0200
commit5953e2ce95dc0cb809d529c4103ae6b80f0248c0 (patch)
tree5ef857b37b4ab889e8d8f56c010283f77821a8c1 /src/MuxElements.h
parent2e325d2c2a34ecda37636e67969ee1550e78fbba (diff)
downloaddabmux-5953e2ce95dc0cb809d529c4103ae6b80f0248c0.tar.gz
dabmux-5953e2ce95dc0cb809d529c4103ae6b80f0248c0.tar.bz2
dabmux-5953e2ce95dc0cb809d529c4103ae6b80f0248c0.zip
Remove some compilation warnings
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r--src/MuxElements.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h
index aa4f602..3bcc903 100644
--- a/src/MuxElements.h
+++ b/src/MuxElements.h
@@ -202,6 +202,7 @@ class DabComponent : public RemoteControllable
/* Getting a parameter always returns a string. */
virtual const string get_parameter(const string& parameter) const;
+ virtual ~DabComponent() {}
private:
const DabComponent& operator=(const DabComponent& other);
@@ -236,6 +237,8 @@ class DabService : public RemoteControllable
/* Getting a parameter always returns a string. */
virtual const string get_parameter(const string& parameter) const;
+ virtual ~DabService() {}
+
private:
const DabService& operator=(const DabService& other);
DabService(const DabService& other);