X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..c3aee5c154ce130ab9858453c9ae28f944565695:/include/wx/generic/mdig.h?ds=sidebyside diff --git a/include/wx/generic/mdig.h b/include/wx/generic/mdig.h index 8ca22f2343..243a7c575f 100644 --- a/include/wx/generic/mdig.h +++ b/include/wx/generic/mdig.h @@ -158,12 +158,12 @@ public: #endif // no size hints - virtual void SetSizeHints( int WXUNUSED(minW), + virtual void DoSetSizeHints( int WXUNUSED(minW), int WXUNUSED(minH), - int WXUNUSED(maxW) = wxDefaultSize.x, - int WXUNUSED(maxH) = wxDefaultSize.y, - int WXUNUSED(incW) = wxDefaultSize.x, - int WXUNUSED(incH) = wxDefaultSize.y) {} + int WXUNUSED(maxW) = wxDefaultCoord, + int WXUNUSED(maxH) = wxDefaultCoord, + int WXUNUSED(incW) = wxDefaultCoord, + int WXUNUSED(incH) = wxDefaultCoord) {} #if wxUSE_TOOLBAR // no toolbar bars