X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..2aa45cc91981cbf8be5d6c63c3fda99b530cf308:/include/wx/generic/tabg.h diff --git a/include/wx/generic/tabg.h b/include/wx/generic/tabg.h index cbb18588fd..0924fa0c2d 100644 --- a/include/wx/generic/tabg.h +++ b/include/wx/generic/tabg.h @@ -32,7 +32,7 @@ class wxTabControl: public wxObject { DECLARE_DYNAMIC_CLASS(wxTabControl) public: - wxTabControl(wxTabView *v = NULL); + wxTabControl(wxTabView *v = (wxTabView *) NULL); ~wxTabControl(void); virtual void OnDraw(wxDC& dc, bool lastInRow); @@ -112,7 +112,7 @@ public: inline wxWindow* GetWindow(void) const { return m_window; } // Automatically positions tabs - wxTabControl *AddTab(int id, const wxString& label, wxTabControl *existingTab = NULL); + wxTabControl *AddTab(int id, const wxString& label, wxTabControl *existingTab = (wxTabControl *) NULL); void ClearTabs(bool deleteTabs = TRUE);