]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/toolbar.cpp
rename ARRAYSIZE to CELLSARRAYSIZE to avoid conflict with a macro with the same name...
[wxWidgets.git] / src / os2 / toolbar.cpp
index e07ee3e3564bcaff0a98dab1eee6839de13c8335..ebceb00abba3f819b8f9391dade7dd5b22c5a94b 100644 (file)
@@ -979,7 +979,7 @@ wxToolBarToolBase* wxToolBar::FindToolForPosition(
         }
         node = node->GetNext();
     }
-    return (wxToolBarToolBase *)NULL;
+    return NULL;
 } // end of wxToolBar::FindToolForPosition
 
 // ----------------------------------------------------------------------------