mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Mark a bunch of classes as final
This commit is contained in:
@@ -13,7 +13,7 @@ namespace scene
|
||||
{
|
||||
//! Template implementation of the IIndexBuffer interface
|
||||
template <class T>
|
||||
class CIndexBuffer : public IIndexBuffer
|
||||
class CIndexBuffer final : public IIndexBuffer
|
||||
{
|
||||
public:
|
||||
//! Default constructor for empty buffer
|
||||
|
Reference in New Issue
Block a user