]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toolbar.cpp
New eventb based Drag interface for wxDataViewCtrl
[wxWidgets.git] / src / msw / toolbar.cpp
index 63994652231284c368143c9f648f0f097c898cf4..bdece22880772ae5c962043143cba9113488f999 100644 (file)
@@ -1422,7 +1422,7 @@ wxToolBarToolBase *wxToolBar::FindToolForPosition(wxCoord x, wxCoord y) const
     //      TB_HITTEST returns m_nButtons ( not -1 )
     if ( index < 0 || (size_t)index >= m_nButtons )
         // it's a separator or there is no tool at all there
-        return (wxToolBarToolBase *)NULL;
+        return NULL;
 
     // when TB_SETBUTTONINFO is available (both during compile- and run-time),
     // we don't use the dummy separators hack