DolphinWX: Pass string by const reference in CISOProperties constructor

This commit is contained in:
Lioncash
2015-07-08 09:48:07 -04:00
parent 7b7d1b0dcf
commit b8706791d5
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ struct PHackData
class CISOProperties : public wxDialog
{
public:
CISOProperties(const std::string fileName,
CISOProperties(const std::string& fileName,
wxWindow* parent,
wxWindowID id = wxID_ANY,
const wxString& title = _("Properties"),