mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-21 08:48:42 +00:00
DolphinWX: Pass string by const reference in CISOProperties constructor
This commit is contained in:
parent
7b7d1b0dcf
commit
b8706791d5
2 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue