X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..c2919ab326e60322b63ae9b5d50e83bb5156efce:/include/wx/generic/mdig.h diff --git a/include/wx/generic/mdig.h b/include/wx/generic/mdig.h index 8ca22f2343..b686a42382 100644 --- a/include/wx/generic/mdig.h +++ b/include/wx/generic/mdig.h @@ -160,10 +160,10 @@ public: // no size hints virtual void SetSizeHints( 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