зеркало из https://github.com/mozilla/Negatus.git
virtual destructor for EventHandler
This commit is contained in:
Родитель
6af7091b7a
Коммит
2300e4972d
|
@ -13,6 +13,7 @@
|
|||
class EventHandler {
|
||||
public:
|
||||
EventHandler() : mClosed(false) {}
|
||||
virtual ~EventHandler() {}
|
||||
|
||||
virtual void close() { mClosed = true; }
|
||||
bool closed() { return mClosed; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче