mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +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
|
@ -13,7 +13,7 @@ namespace scene
|
|||
{
|
||||
//! Template implementation of the IVertexBuffer interface
|
||||
template <class T>
|
||||
class CVertexBuffer : public IVertexBuffer
|
||||
class CVertexBuffer final : public IVertexBuffer
|
||||
{
|
||||
public:
|
||||
//! Default constructor for empty buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue