From d7e4844d85db591a2ea235dd1b081c76e2f5cb9d Mon Sep 17 00:00:00 2001 From: Sebastien Gonzalve Date: Tue, 12 Mar 2013 14:30:27 +0100 Subject: Remove no-non-virtual-dtor flag BZ: 111473 The warning non-virtual-dtor should not be ignored for the whole project, but only in the few cases where it it necessary. Change-Id: I0ede82a30f2cd055b789f7fb56104fb227934e6f Signed-off-by: Sebastien Gonzalve Signed-off-by: Guilhem IMBERTON Reviewed-on: http://android.intel.com:8080/110191 Reviewed-by: buildbot Tested-by: buildbot --- parameter/Mapper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'parameter/Mapper.h') diff --git a/parameter/Mapper.h b/parameter/Mapper.h index 8bf7223..1d2dd22 100644 --- a/parameter/Mapper.h +++ b/parameter/Mapper.h @@ -35,4 +35,7 @@ class IMapper public: virtual bool mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, string& strError) = 0; virtual void mapEnd() = 0; + +protected: + virtual ~IMapper() {} }; -- cgit v1.1