]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Got dialog sizing to work, downsized fonts a bit (though it always returns
[wxWidgets.git] / include / wx / window.h
index d5fc6723916aa2063ca5d06c9c2a77d79be8ec8f..e431b9c83ad71be19ee6bfb0894f485fe5512e04 100644 (file)
@@ -965,7 +965,7 @@ protected:
 
     // Makes an adjustment to the window position (for example, a frame that has
     // a toolbar that it manages itself).
-    virtual void AdjustForParentClientOrigin(int& x, int& y, int sizeFlags);
+    virtual void AdjustForParentClientOrigin(int& x, int& y, int sizeFlags) const;
 
 
 private: