]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/fl/fl_sample1/fl_sample1.cpp
removed files with empty stubs
[wxWidgets.git] / contrib / samples / fl / fl_sample1 / fl_sample1.cpp
index 762b0f2d11095b1fc1a75957d2acdc4e2715975b..7df3e2244211f3615ebbd981917128e6885e5e52 100644 (file)
@@ -117,7 +117,7 @@ MyFrame::MyFrame( wxWindow* parent, char *title )
     
     mpLayout = new wxFrameLayout( mpInternalFrm, mpClientWnd );
     
-#ifdef __WXGTK__
+#if defined(__WXGTK__) || defined(__WXX11__)
     // real-time dosn't work well under wxGtk yet
     cbCommonPaneProperties props;
     mpLayout->GetPaneProperties( props );