X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38400bb46b1477680ec08ed04f2bcafa8de5e3bf..3cfde7c049bddf6fd3b4c2e35a6b8ecdcdc1d74f:/src/os2/toolbar.cpp?ds=sidebyside 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 // ----------------------------------------------------------------------------