X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a11869dde55ba034e280fd7a764872c8de642cf..8ffd43c56b793781fde046aa532340b92a0067eb:/include/wx/msw/accel.h diff --git a/include/wx/msw/accel.h b/include/wx/msw/accel.h index 2f2c013a10..af0a7ca0e7 100644 --- a/include/wx/msw/accel.h +++ b/include/wx/msw/accel.h @@ -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); }