mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
Avoid redundant conversion to string
This commit is contained in:
parent
e11bee250f
commit
01316f15b8
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ namespace MWGui
|
|||
else
|
||||
{
|
||||
std::vector<std::string> split;
|
||||
Misc::StringUtils::split(std::string{ tag }, split, ":");
|
||||
Misc::StringUtils::split(tag, split, ":");
|
||||
|
||||
l10n::Manager& l10nManager = *MWBase::Environment::get().getL10nManager();
|
||||
|
||||
|
|
Loading…
Reference in a new issue