repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c05b0
)
fixed, classes with virtual methods must have a virtual destructor
author
davilla
<davilla@4pi.com>
Sun, 9 Oct 2011 02:27:11 +0000
(22:27 -0400)
committer
davilla
<davilla@4pi.com>
Sun, 9 Oct 2011 02:27:11 +0000
(22:27 -0400)
include/CECExportsCpp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/CECExportsCpp.h
b/include/CECExportsCpp.h
index 34905735ea63a3931fde9925cc20bccf564b2f2c..188af1a7c2049017987d2ba1ea5ce2e47bde698a 100644
(file)
--- a/
include/CECExportsCpp.h
+++ b/
include/CECExportsCpp.h
@@
-36,6
+36,7
@@
namespace CEC
class ICECAdapter
{
public:
+ virtual ~ICECAdapter() {};
/*! @name Adapter methods */
//@{
/*!