]> git.saurik.com Git - wxWidgets.git/blobdiff - src/qt/mdi.cpp
Added lots of files. Enough now so that all wxHTML samples link.
[wxWidgets.git] / src / qt / mdi.cpp
index bcd7785c0dbcdce0b0dbdcca2f8ec97e59d0b1aa..38235360637289d08a81512f149ac9c511ad12d8 100644 (file)
@@ -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