]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tbargtk.cpp
handle EINTR when reading data from the wakeup pipe
[wxWidgets.git] / src / gtk / tbargtk.cpp
index fcc213eff4a13daac8732b28a4dbff781a2204f3..50ec774b725122ae388a5c3cfc0116c7a6be8d2e 100644 (file)
@@ -345,7 +345,7 @@ wxToolBar::CreateTool(wxControl *control, const wxString& label)
 
 void wxToolBar::Init()
 {
-    m_toolbar = (GtkToolbar *)NULL;
+    m_toolbar = NULL;
     m_tooltips = NULL;
 }
 
@@ -648,7 +648,7 @@ wxToolBarToolBase *wxToolBar::FindToolForPosition(wxCoord WXUNUSED(x),
     // VZ: GTK+ doesn't seem to have such thing
     wxFAIL_MSG( _T("wxToolBar::FindToolForPosition() not implemented") );
 
-    return (wxToolBarToolBase *)NULL;
+    return NULL;
 }
 
 void wxToolBar::SetToolShortHelp( int id, const wxString& helpString )