]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 29 Mar 2002 09:35:33 +0000 (09:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 29 Mar 2002 09:35:33 +0000 (09:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/samples/fl/fl_demo2/fl_demo2.cpp

index 55970b27cfdda829b3c7660f1b09faf62062f1b4..ba978cc2315f34ec1ecd1e410b1aeb567cebee46 100644 (file)
@@ -849,7 +849,7 @@ void MyFrame::CreateLayout( int layoutNo )
     {
         pLayout->PushDefaultPlugins();
         pLayout->AddPlugin( CLASSINFO( cbBarHintsPlugin ) ); // facny "X"es and beveal for bars
-#if defined(__WXGTK__) || || defined(__WXX11__) 
+#if defined(__WXGTK__) || defined(__WXX11__) 
         pLayout->AddPlugin( CLASSINFO( cbHintAnimationPlugin ) );
 #endif
         pLayout->AddPlugin( CLASSINFO( cbRowDragPlugin ) );