X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..903972f99993e6f31a31b66d1866f6fc982a1c43:/include/wx/motif/accel.h 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); }