mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
Fix invalid C++ code (returning reference to local) - thanks devm33.
This commit is contained in:
parent
3cc8f7747e
commit
a791733c27
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ private:
|
|||
void OnAdjustBuffer(wxCommandEvent& event);
|
||||
void OnConfigPads(wxCommandEvent& event);
|
||||
void GetNetSettings(NetSettings &settings);
|
||||
const std::string& FindGame();
|
||||
std::string FindGame();
|
||||
|
||||
wxListBox* m_player_lbox;
|
||||
wxTextCtrl* m_chat_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue