mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
DolphinWX: Pass string by const reference in CISOProperties constructor
This commit is contained in:
@ -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"),
|
||||
|
Reference in New Issue
Block a user