]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/frame.h
fixed outdated filenames
[wxWidgets.git] / include / wx / os2 / frame.h
index 13d290e76ca526d544138f0834eb770f564bf7eb..88cac74d0fa8c712f37764bc2e629ac5b9f9cded 100644 (file)
@@ -15,7 +15,7 @@
 //
 // Get the default resource ID's for frames
 //
-#include "wx/os2/wxOs2.h"
+#include "wx/os2/wxrsc.h"
 
 class WXDLLEXPORT wxFrame : public wxFrameBase
 {
@@ -116,7 +116,6 @@ public:
                           ,WXHMENU hMenu
                          );
 
-    void SendSizeEvent(void);
     // tooltip management
 #if wxUSE_TOOLTIPS
     WXHWND GetToolTipCtrl(void) const { return m_hWndToolTip; }