mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Mark a bunch of classes as final
This commit is contained in:
parent
3fb4049612
commit
e55fb6da71
15 changed files with 18 additions and 17 deletions
|
@ -25,7 +25,7 @@ class IMeshCache;
|
|||
/*!
|
||||
The Scene Manager manages scene nodes, mesh resources, cameras and all the other stuff.
|
||||
*/
|
||||
class CSceneManager : public ISceneManager, public ISceneNode
|
||||
class CSceneManager final : public ISceneManager, public ISceneNode
|
||||
{
|
||||
public:
|
||||
//! constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue