mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 11:25:24 +01:00
Mark a bunch of classes as final
This commit is contained in:
@@ -14,7 +14,7 @@ namespace irr
|
||||
namespace scene
|
||||
{
|
||||
//! Simple implementation of the IMesh interface.
|
||||
struct SMesh : public IMesh
|
||||
struct SMesh final : public IMesh
|
||||
{
|
||||
//! constructor
|
||||
SMesh()
|
||||
|
||||
Reference in New Issue
Block a user