]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/accel.cpp
fix for bug reported by Robert and Julian, probably causes other problems
[wxWidgets.git] / src / os2 / accel.cpp
index 802a3867e4513413ed0640b95f23b96a92d8cc3a..09aa343e0a222e3c158736122bf2e3ab6a0401fe 100644 (file)
@@ -105,7 +105,7 @@ extern int wxCharCodeWXToOS2(
 // Create from an array
 wxAcceleratorTable::wxAcceleratorTable(
   int                               n
-, wxAcceleratorEntry                vaEntries[]
+, const wxAcceleratorEntry          vaEntries[]
 )
 {
     int                             nAccelLength = ((sizeof(ACCEL) * n) + sizeof(ACCELTABLE));