DolphinWX: Specify wxID_ANY where -1 is used in controls

This commit is contained in:
Lioncash 2014-12-01 22:56:18 -05:00
commit 10bfbebc78
16 changed files with 100 additions and 100 deletions

View file

@ -49,7 +49,7 @@ class CISOProperties : public wxDialog
public:
CISOProperties(const std::string fileName,
wxWindow* parent,
wxWindowID id = 1,
wxWindowID id = wxID_ANY,
const wxString& title = _("Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,