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

@ -53,7 +53,7 @@ namespace Debug
DebugGroup(const DebugGroup& debugGroup, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
META_StateAttribute(Debug, DebugGroup, osg::StateAttribute::Type(101));
META_StateAttribute(Debug, DebugGroup, osg::StateAttribute::Type(101))
void apply(osg::State& state) const override;