]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
fixed #includes
[wxWidgets.git] / include / wx / frame.h
index bd7cc361d6dfdaf00ba18bb755c284cf1658d09d..9b857d9f4b0a76d64728d753915ed48312aa9ad4 100644 (file)
@@ -78,10 +78,7 @@ public:
 
     // sends a size event to the window using its current size -- this has an
     // effect of refreshing the window layout
-    //
-    // currently it is only implemented under MSW but is declared here to make
-    // it possible to call it in portable code without using #ifdef's
-    virtual void SendSizeEvent() { }
+    virtual void SendSizeEvent();
 
     // menu bar functions
     // ------------------