]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
add missing header for !wxUSE_PCH case
[wxWidgets.git] / include / wx / msw / toplevel.h
index 66c81cfb453dd2861cfb081c5a033517e5c1e8b2..f6a42ff4b7701b4445f6379088d4d94b576a0965 100644 (file)
@@ -90,6 +90,7 @@ protected:
 
     // implement the geometry-related methods for a top level window
     virtual void DoSetClientSize(int width, int height);
+    virtual void DoGetClientSize(int *width, int *height) const;
 
     // get the MSW window flags corresponding to wxWindows ones
     //