]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsx11.cpp
Allow style spec strings to contain colour names as well as hex values
[wxWidgets.git] / src / unix / utilsx11.cpp
index 8d400126c660603c0a30818813df572f6cd44387..9df6307cc3fc530faf9d7b559f28dcc8a594cf59 100644 (file)
@@ -762,7 +762,7 @@ KeySym wxCharCodeWXToX(int id)
 
 #include <wx/app.h>
 
-bool wxGetKeyState(wxKeyCode key)
+bool wxGetKeyState(const wxKeyCode& key)
 {
 #if defined(__WXX11__)
     Display *pDisplay = (Display*) wxApp::GetDisplay();