]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / univ / frame.h
index 8a5617f53e393636cc4e7c23e861fb61ce4085aa..a6e35a898afcca5a8410727ecee38d906069d831 100644 (file)
 #ifndef _WX_UNIV_FRAME_H_
 #define _WX_UNIV_FRAME_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "univframe.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxFrame
 // ----------------------------------------------------------------------------
@@ -69,6 +65,7 @@ public:
 
 protected:
     void OnSize(wxSizeEvent& event);
+    void OnSysColourChanged(wxSysColourChangedEvent& event);
 
     virtual void DoGetClientSize(int *width, int *height) const;
     virtual void DoSetClientSize(int width, int height);