From: Vadim Zeitlin Date: Mon, 7 Sep 1998 08:52:10 +0000 (+0000) Subject: "const" added to wxAceelTable ctor X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/252eb8fd71f9c118efdcea5e77a6395654757411?ds=sidebyside "const" added to wxAceelTable ctor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/accel.cpp b/src/msw/accel.cpp index 391937f23a..86a28418e4 100644 --- a/src/msw/accel.cpp +++ b/src/msw/accel.cpp @@ -97,7 +97,7 @@ wxAcceleratorTable::wxAcceleratorTable(const wxString& resource) extern int wxCharCodeWXToMSW(int id, bool *isVirtual); // Create from an array -wxAcceleratorTable::wxAcceleratorTable(int n, wxAcceleratorEntry entries[]) +wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]) { m_refData = new wxAcceleratorRefData;