From: davilla Date: Sun, 9 Oct 2011 02:27:11 +0000 (-0400) Subject: fixed, classes with virtual methods must have a virtual destructor X-Git-Tag: upstream/2.2.0~1^2~262 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6eb6d0fd309f05b11c9e15e99854ca73f7149132;p=deb_libcec.git fixed, classes with virtual methods must have a virtual destructor --- diff --git a/include/CECExportsCpp.h b/include/CECExportsCpp.h index 3490573..188af1a 100644 --- a/include/CECExportsCpp.h +++ b/include/CECExportsCpp.h @@ -36,6 +36,7 @@ namespace CEC class ICECAdapter { public: + virtual ~ICECAdapter() {}; /*! @name Adapter methods */ //@{ /*!