]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/private/epolldispatcher.h
set eol-style
[wxWidgets.git] / include / wx / unix / private / epolldispatcher.h
index f76cf6e8d71971db850b526eb4aa3c5a528c91a9..39bd3a27e597f4e00f16136e75585c8c39aff13b 100644 (file)
@@ -26,6 +26,8 @@ public:
     // the caller should delete the returned pointer
     static wxEpollDispatcher *Create();
 
+    virtual ~wxEpollDispatcher();
+
     // implement base class pure virtual methods
     virtual bool RegisterFD(int fd, wxFDIOHandler* handler, int flags = wxFDIO_ALL);
     virtual bool ModifyFD(int fd, wxFDIOHandler* handler, int flags = wxFDIO_ALL);