]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/accel.h
Lots of updates for color dialog and sliders
[wxWidgets.git] / include / wx / generic / accel.h
index 290de47d1a717bd0ffcae97a7023c9ac37566034..2067e0fd23551e72f1f66ee5c0cee6e195ba51b4 100644 (file)
@@ -24,7 +24,7 @@ class WXDLLEXPORT wxAcceleratorTable : public wxObject
 {
 public:
     wxAcceleratorTable();
-    wxAcceleratorTable(int n, wxAcceleratorEntry entries[]);
+    wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]);
     virtual ~wxAcceleratorTable();
 
     wxAcceleratorTable(const wxAcceleratorTable& accel)