mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Move local variables in components
This commit is contained in:
parent
6ead5f9321
commit
87c9f395f1
13 changed files with 16 additions and 16 deletions
|
@ -21,7 +21,7 @@ namespace LuaUi
|
|||
Log(Debug::Warning) << "A script settings page has an empty name";
|
||||
if (!element.get())
|
||||
Log(Debug::Warning) << "A script settings page has no UI element assigned";
|
||||
return { std::move(name), std::move(searchHints), element };
|
||||
return { std::move(name), std::move(searchHints), std::move(element) };
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue