X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/palmos/glcanvas.h diff --git a/include/wx/palmos/glcanvas.h b/include/wx/palmos/glcanvas.h index 5b0fded577..e4e5275523 100644 --- a/include/wx/palmos/glcanvas.h +++ b/include/wx/palmos/glcanvas.h @@ -63,17 +63,17 @@ public: const wxPalette& palette = wxNullPalette); wxGLCanvas(wxWindow *parent, - const wxGLContext *shared = (wxGLContext *) NULL, + const wxGLContext *shared = NULL, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxGLCanvasName, - int *attribList = (int *) NULL, + int *attribList = NULL, const wxPalette& palette = wxNullPalette); wxGLCanvas(wxWindow *parent, - const wxGLCanvas *shared = (wxGLCanvas *)NULL, + const wxGLCanvas *shared = NULL, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, @@ -110,7 +110,7 @@ public: inline WXHDC GetHDC() const { return m_hDC; } - void SetupPixelFormat(int *attribList = (int *) NULL); + void SetupPixelFormat(int *attribList = NULL); void SetupPalette(const wxPalette& palette);