]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
Watcom fixes after recent wxFile changes.
[wxWidgets.git] / src / msw / window.cpp
index 97390aeb6c9a26c0d0d2a96194676520a498db03..bb0520b14ba011c3ce3d729fc6e9ad226475b8e8 100644 (file)
@@ -5138,7 +5138,7 @@ int wxCharCodeWXToMSW(int id, bool *isVirtual)
     return keySym;
 }
 
-bool wxGetKeyState(wxKeyCode key)
+bool wxGetKeyState(const wxKeyCode& key)
 {
     bool bVirtual;
     int vkey = wxCharCodeWXToMSW(key, &bVirtual);