Kaydet (Commit) 608521e9 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity: we need a virtual d'tor here

Change-Id: Ifb4cc80761611fbf398ee3cc1d56d104a2d2b5c9
üst bec87803
...@@ -218,7 +218,11 @@ public: ...@@ -218,7 +218,11 @@ public:
* Extended data that the client code may need to store. Create a * Extended data that the client code may need to store. Create a
* sub-class of this and store data there. * sub-class of this and store data there.
*/ */
struct ExtendedData {}; struct ExtendedData {
virtual ~ExtendedData() {}
};
/** /**
* Configuration options for this popup window. * Configuration options for this popup window.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment