]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.cpp
we have dlerror() under Darwin
[wxWidgets.git] / samples / listctrl / listtest.cpp
index dd01efe4f8e2e373e5ad5061a4fb71c9a3e0f029..065a3e6b2e29b3cb7183b40137ae7610c5b3be85 100644 (file)
@@ -9,11 +9,6 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -724,7 +719,7 @@ void MyListCtrl::OnColClick(wxListEvent& event)
     int col = event.GetColumn();
 
     // set or unset image
-    static x = false;
+    static bool x = false;
     x = !x;
     SetColumnImage(col, x ? 0 : -1);