]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/life.cpp
Added missing includes
[wxWidgets.git] / demos / life / life.cpp
index 44bca3027ec8752ff13a55c7a42b335b469711a9..7d22f091ebd2e62d427dab029b0a2be1a014ee0c 100644 (file)
@@ -980,7 +980,7 @@ void LifeCanvas::OnScroll(wxScrollWinEvent& event)
         }
     }
 
-#if defined (__WXGTK__) || defined(__WXMOTIF__) // what about Motif?
+#if defined(__WXGTK__) || defined(__WXMOTIF__) // what about Motif?
     // wxGTK updates the thumb automatically (wxMSW doesn't); reset it back
     if (type != wxEVT_SCROLLWIN_THUMBTRACK)
     {