DolphinWX: Pass string by const reference in CISOProperties constructor

This commit is contained in:
Lioncash 2015-07-08 09:48:07 -04:00
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"),