X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..7a944d2fd2324ca7886d36fd3f4d7a174afdff3a:/src/motif/accel.cpp

diff --git a/src/motif/accel.cpp b/src/motif/accel.cpp
index d90a47b958..7ce7905121 100644
--- a/src/motif/accel.cpp
+++ b/src/motif/accel.cpp
@@ -65,7 +65,7 @@ wxAcceleratorTable::wxAcceleratorTable(const wxString& WXUNUSED(resource))
 }
 
 // Create from an array
-wxAcceleratorTable::wxAcceleratorTable(int n, wxAcceleratorEntry entries[])
+wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[])
 {
     wxAcceleratorRefData* data = new wxAcceleratorRefData;
     m_refData = data;