Fix -Wreorder warning

This commit is contained in:
Tillmann Karras 2015-03-01 03:34:06 +01:00
parent 6a211978c1
commit 4304648a05
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@
CARCodeAddEdit::CARCodeAddEdit(int _selection, const std::vector<ActionReplay::ARCode>& _arCodes, wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& position, const wxSize& size, long style)
: wxDialog(parent, id, title, position, size, style)
, selection(_selection)
, arCodes(_arCodes)
, selection(_selection)
{
Bind(wxEVT_BUTTON, &CARCodeAddEdit::SaveCheatData, this, wxID_OK);