]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
Beginning of wxDataViewTreeStore API
[wxWidgets.git] / include / wx / glcanvas.h
index 2a40221169142e0c36364ee3b840621cdec894ac..bb4ffa498a3a102f68b864c957cb5f8a127a6955 100644 (file)
@@ -20,8 +20,8 @@
 #include "wx/palette.h"
 #include "wx/window.h"
 
-class WXDLLIMPEXP_GL wxGLCanvas;
-class WXDLLIMPEXP_GL wxGLContext;
+class WXDLLIMPEXP_FWD_GL wxGLCanvas;
+class WXDLLIMPEXP_FWD_GL wxGLContext;
 
 // ----------------------------------------------------------------------------
 // Constants for attributes list
@@ -115,7 +115,7 @@ public:
 
     // call glcolor() for the colour with the given name, return false if
     // colour not found
-    bool SetColour(const wxChar *colour);
+    bool SetColour(const wxString& colour);