fixed, classes with virtual methods must have a virtual destructor
authordavilla <davilla@4pi.com>
Sun, 9 Oct 2011 02:27:11 +0000 (22:27 -0400)
committerdavilla <davilla@4pi.com>
Sun, 9 Oct 2011 02:27:11 +0000 (22:27 -0400)
include/CECExportsCpp.h

index 34905735ea63a3931fde9925cc20bccf564b2f2c..188af1a7c2049017987d2ba1ea5ce2e47bde698a 100644 (file)
@@ -36,6 +36,7 @@ namespace CEC
   class ICECAdapter
   {
   public:
+    virtual ~ICECAdapter() {};
     /*! @name Adapter methods */
     //@{
     /*!