]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/accel.cpp
new wxASSERT implementation using wxAssert() helper function
[wxWidgets.git] / src / mac / accel.cpp
index 798aa720268d1268858fe239dd4baa9614ad1e7a..ca83c8db9a27a43acb6fca81011995678f4d34c7 100644 (file)
@@ -65,7 +65,7 @@ wxAcceleratorTable::~wxAcceleratorTable()
 }
 
 // Create from an array
-wxAcceleratorTable::wxAcceleratorTable(int n, wxAcceleratorEntry entries[])
+wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[])
 {
     m_refData = new wxAcceleratorRefData;