]> git.saurik.com Git - wxWidgets.git/commitdiff
"const" added to wxAceelTable ctor
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Sep 1998 08:52:10 +0000 (08:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Sep 1998 08:52:10 +0000 (08:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/accel.cpp

index 391937f23ae00cf84c6837bee528096d9931c92a..86a28418e465bafdd6098664f388a064632c568d 100644 (file)
@@ -97,7 +97,7 @@ wxAcceleratorTable::wxAcceleratorTable(const wxString& resource)
 extern int wxCharCodeWXToMSW(int id, bool *isVirtual);
 
 // Create from an array
 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;
 
 {
     m_refData = new wxAcceleratorRefData;