X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..23a59c2cbe8489445b9c26dee4a77e2d20a999c2:/include/wx/motif/mdi.h

diff --git a/include/wx/motif/mdi.h b/include/wx/motif/mdi.h
index 91106240ee..e0a5eba942 100644
--- a/include/wx/motif/mdi.h
+++ b/include/wx/motif/mdi.h
@@ -156,7 +156,7 @@ public:
     void ReleaseMouse();
     void Raise();
     void Lower(void);
-    void SetSizeHints(int minW = -1, int minH = -1, int maxW = -1, int maxH = -1, int incW = -1, int incH = -1);
+    void DoSetSizeHints(int minW = -1, int minH = -1, int maxW = -1, int maxH = -1, int incW = -1, int incH = -1);
     
     // MDI operations
     virtual void Maximize();