X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38400bb46b1477680ec08ed04f2bcafa8de5e3bf..ae901b234c4a0aa7c1777b3bd181dd7f8517ad21:/src/os2/toolbar.cpp?ds=inline

diff --git a/src/os2/toolbar.cpp b/src/os2/toolbar.cpp
index e07ee3e356..ebceb00abb 100644
--- a/src/os2/toolbar.cpp
+++ b/src/os2/toolbar.cpp
@@ -979,7 +979,7 @@ wxToolBarToolBase* wxToolBar::FindToolForPosition(
         }
         node = node->GetNext();
     }
-    return (wxToolBarToolBase *)NULL;
+    return NULL;
 } // end of wxToolBar::FindToolForPosition
 
 // ----------------------------------------------------------------------------