]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/accel.h
added consts to wxAcceleratorTable ctors from wxAcceleratorEntry array
[wxWidgets.git] / include / wx / mac / accel.h
index 3586e6cefb5e8cfd0b8dd4c7c70a5f726cf2c0b4..4c1e71fb446e1b7a51f7e971ead7a9baea24fce9 100644 (file)
@@ -24,7 +24,7 @@ class WXDLLEXPORT wxAcceleratorTable: public wxObject
 DECLARE_DYNAMIC_CLASS(wxAcceleratorTable)
 public:
     wxAcceleratorTable();
-    wxAcceleratorTable(int n, wxAcceleratorEntry entries[]); // Load from array
+    wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]); // Load from array
 
     // Copy constructors
     wxAcceleratorTable(const wxAcceleratorTable& accel)