From 6eb6d0fd309f05b11c9e15e99854ca73f7149132 Mon Sep 17 00:00:00 2001 From: davilla Date: Sat, 8 Oct 2011 22:27:11 -0400 Subject: [PATCH] fixed, classes with virtual methods must have a virtual destructor --- include/CECExportsCpp.h | 1 + 1 file changed, 1 insertion(+) 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 */ //@{ /*! -- 2.34.1