]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/evtloop.h
renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and
[wxWidgets.git] / include / wx / dfb / evtloop.h
index 11366e70a3c0adf658b470aabc61c345977f90ce..cf77e26c1322cb2f4eb212c79032b1067195066d 100644 (file)
@@ -39,12 +39,13 @@ protected:
 
 private:
     static void InitBuffer();
+    static void CleanUp();
+
+    friend class wxApp; // calls CleanUp() and WakeUp()
 
 private:
     static wxIDirectFBEventBufferPtr ms_buffer;
 
-    friend class wxApp; // calls WakeUp()
-
     DECLARE_NO_COPY_CLASS(wxEventLoop)
 };