mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix and prevent -Wextra-semi warning
This commit is contained in:
parent
bfa303f73b
commit
063fff7fa4
34 changed files with 111 additions and 107 deletions
|
@ -21,7 +21,7 @@ namespace LuaUi
|
|||
{
|
||||
}
|
||||
|
||||
const std::string& name() const noexcept { return mName; };
|
||||
const std::string& name() const noexcept { return mName; }
|
||||
const osg::Vec2f size()
|
||||
{
|
||||
MyGUI::ILayer* p = refresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue