]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
Remove some cruft
[wxWidgets.git] / include / wx / evtloop.h
index f3155ab6eb5a9a53943f686d71f014dada679e2d..bc8ea3d0771e1366980c8e0089cb36264400673d 100644 (file)
@@ -82,7 +82,8 @@ class WXDLLEXPORT wxEventLoop : public wxEventLoopBase
 {
 public:
     wxEventLoop() { m_impl = NULL; }
-
+    virtual ~wxEventLoop();
+    
     virtual int Run();
     virtual void Exit(int rc = 0);
     virtual bool Pending() const;
@@ -94,7 +95,7 @@ protected:
     wxEventLoopImpl *m_impl;
 
     DECLARE_NO_COPY_CLASS(wxEventLoop)
-}
+        };
 
 #endif // __WXMSW__/!__WXMSW__