X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01b2eeec59f924bc1af582e70d010f89dc29d3d3..bab537dc3777d39314b28424890ac8048efcf49f:/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