]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/accel.h
added wxHtmlWindow::LoadFile
[wxWidgets.git] / include / wx / motif / accel.h
index 6b61e38b121f6acd8d9aa1f9a07cc11b3954d0ee..fa2b70bed816fc450e524fe1f6244fdb53de99d7 100644 (file)
@@ -26,7 +26,7 @@ class WXDLLEXPORT wxAcceleratorTable: public wxObject
 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
     wxAcceleratorTable(const wxAcceleratorTable& accel) { Ref(accel); }