X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..b9b3ccd9ea9bf892369a6fa2c8e28e0ceca18527:/src/stubs/mdi.cpp diff --git a/src/stubs/mdi.cpp b/src/stubs/mdi.cpp index 95e05263a0..4869697cd7 100644 --- a/src/stubs/mdi.cpp +++ b/src/stubs/mdi.cpp @@ -97,7 +97,7 @@ void wxMDIParentFrame::SetMenuBar(wxMenuBar *menu_bar) void wxMDIParentFrame::OnSize(wxSizeEvent& event) { -#if USE_CONSTRAINTS +#if wxUSE_CONSTRAINTS if (GetAutoLayout()) Layout(); #endif