Codechange: pass std::string references to OpenBrowser
This commit is contained in:
@@ -2501,7 +2501,7 @@ struct NetworkAskSurveyWindow : public Window {
|
||||
break;
|
||||
|
||||
case WID_NAS_LINK:
|
||||
OpenBrowser(NETWORK_SURVEY_DETAILS_LINK.c_str());
|
||||
OpenBrowser(NETWORK_SURVEY_DETAILS_LINK);
|
||||
break;
|
||||
|
||||
case WID_NAS_NO:
|
||||
|
Reference in New Issue
Block a user