From 5953e2ce95dc0cb809d529c4103ae6b80f0248c0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 4 Apr 2014 10:47:58 +0200 Subject: Remove some compilation warnings --- src/dabInput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dabInput.h') diff --git a/src/dabInput.h b/src/dabInput.h index e6cea8c..fb64459 100644 --- a/src/dabInput.h +++ b/src/dabInput.h @@ -54,9 +54,9 @@ class DabInputBase { virtual int setBitrate(int bitrate) = 0; virtual int close() = 0; - virtual ~DabInputBase() {}; + virtual ~DabInputBase() {} protected: - DabInputBase() {}; + DabInputBase() {} }; /* Wrapper class for old-style dabInputOperations inputs */ -- cgit v1.2.3