changed wxGLContext::SetColour() argument from wxChar* to wxString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-06-19 11:54:36 +00:00
parent 09f0108224
commit 35f1f4f7ea
5 changed files with 5 additions and 5 deletions

View File

@@ -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);