Codechange: pass std::string references to OpenBrowser

This commit is contained in:
rubidium42
2023-11-28 20:17:05 -04:00
committed by rubidium42
parent 8437b20fed
commit 27082f9efa
10 changed files with 19 additions and 19 deletions

View File

@@ -495,7 +495,7 @@ struct GameOptionsWindow : Window {
break;
case WID_GO_SURVEY_LINK_BUTTON:
OpenBrowser(NETWORK_SURVEY_DETAILS_LINK.c_str());
OpenBrowser(NETWORK_SURVEY_DETAILS_LINK);
break;
case WID_GO_SURVEY_PREVIEW_BUTTON: