Fix and prevent -Wextra-semi warning

This commit is contained in:
elsid 2022-10-05 23:45:17 +02:00
parent bfa303f73b
commit 063fff7fa4
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
34 changed files with 111 additions and 107 deletions

View file

@ -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();