"const" added to wxAccelTable ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -58,7 +58,7 @@ DECLARE_DYNAMIC_CLASS(wxAcceleratorTable)
|
|||||||
public:
|
public:
|
||||||
wxAcceleratorTable();
|
wxAcceleratorTable();
|
||||||
wxAcceleratorTable(const wxString& resource); // Load from .rc resource
|
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
|
// Copy constructors
|
||||||
inline wxAcceleratorTable(const wxAcceleratorTable& accel) { Ref(accel); }
|
inline wxAcceleratorTable(const wxAcceleratorTable& accel) { Ref(accel); }
|
||||||
|
Reference in New Issue
Block a user