X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..1cbee0b42c9755a98104e3b1d8fd1133483ea54f:/include/wx/motif/accel.h?ds=sidebyside diff --git a/include/wx/motif/accel.h b/include/wx/motif/accel.h index 6b61e38b12..fa2b70bed8 100644 --- a/include/wx/motif/accel.h +++ b/include/wx/motif/accel.h @@ -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); }