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

@@ -90,7 +90,7 @@ void SwitchToMode(SwitchMode new_mode);
bool RequestNewGRFScan(struct NewGRFScanCallback *callback = nullptr);
void GenerateSavegameId();
void OpenBrowser(const char *url);
void OpenBrowser(const std::string &url);
void ChangeAutosaveFrequency(bool reset);
#endif /* OPENTTD_H */