X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a11869dde55ba034e280fd7a764872c8de642cf..9a29912f608e082001ee53b9873323c4bcd71f21:/include/wx/msw/accel.h?ds=inline 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); }