X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01b2eeec59f924bc1af582e70d010f89dc29d3d3..8b99adf475af713c192933dd9a011db8b2030f34:/src/qt/mdi.cpp?ds=sidebyside diff --git a/src/qt/mdi.cpp b/src/qt/mdi.cpp index bcd7785c0d..3823536063 100644 --- a/src/qt/mdi.cpp +++ b/src/qt/mdi.cpp @@ -95,7 +95,7 @@ void wxMDIParentFrame::SetMenuBar(wxMenuBar *menu_bar) void wxMDIParentFrame::OnSize(wxSizeEvent& event) { -#if USE_CONSTRAINTS +#if wxUSE_CONSTRAINTS if (GetAutoLayout()) Layout(); #endif