]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/misc.i
Compilation fixes
[wxWidgets.git] / utils / wxPython / src / misc.i
index b458c4535c4c5182c1c0aad8bd05533aa0ed83a2..482871611a5ba0fc3b2ecf6cc07bede0adabb9a4 100644 (file)
@@ -422,7 +422,7 @@ public:
 class wxAcceleratorTable {
 public:
     // Can also accept a list of 3-tuples
-    wxAcceleratorTable(int LCOUNT, wxAcceleratorEntry* LIST);
+    wxAcceleratorTable(int LCOUNT, wxAcceleratorEntry* choices);
     ~wxAcceleratorTable();
 
 };