X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc3065a56f1febf3de3b3bbf0904cf8fdc7f7c50..b0f76951bc2d09a53d7e035e665fd348403c98f9:/include/wx/palmos/glcanvas.h diff --git a/include/wx/palmos/glcanvas.h b/include/wx/palmos/glcanvas.h index 4aa7df791d..5b0fded577 100644 --- a/include/wx/palmos/glcanvas.h +++ b/include/wx/palmos/glcanvas.h @@ -19,7 +19,7 @@ #include -class WXDLLIMPEXP_GL wxGLCanvas; /* forward reference */ +class WXDLLIMPEXP_FWD_GL wxGLCanvas; /* forward reference */ class WXDLLIMPEXP_GL wxGLContext: public wxObject { @@ -35,7 +35,7 @@ public: void SetCurrent(); - void SetColour(const wxChar *colour); + void SetColour(const wxString& colour); void SwapBuffers();