mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 17:32:45 +01:00
Codechange: replace char* from settingsgen
This commit is contained in:
@@ -183,7 +183,7 @@ void IniLoadFile::RemoveGroup(std::string_view name)
|
||||
* @param subdir the sub directory to load the file from.
|
||||
* @pre nothing has been loaded yet.
|
||||
*/
|
||||
void IniLoadFile::LoadFromDisk(const std::string &filename, Subdirectory subdir)
|
||||
void IniLoadFile::LoadFromDisk(std::string_view filename, Subdirectory subdir)
|
||||
{
|
||||
assert(this->groups.empty());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user