]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/accel.h
no message
[wxWidgets.git] / include / wx / msw / accel.h
index 2f2c013a10f649c0a27a21e91d1ece3b394f0fb4..af0a7ca0e71143169c19dfb1aeaa8422f4f6ec85 100644 (file)
@@ -58,7 +58,7 @@ DECLARE_DYNAMIC_CLASS(wxAcceleratorTable)
 public:
     wxAcceleratorTable();
     wxAcceleratorTable(const wxString& resource); // Load from .rc resource
-    wxAcceleratorTable(int n, wxAcceleratorEntry entries[]); // Load from array
+    wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]); // Load from array
 
     // Copy constructors
     inline wxAcceleratorTable(const wxAcceleratorTable& accel) { Ref(accel); }