mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Mark a bunch of classes as final
This commit is contained in:
@@ -39,7 +39,7 @@ struct TextureInfo
|
||||
};
|
||||
|
||||
// TextureSource
|
||||
class TextureSource : public IWritableTextureSource
|
||||
class TextureSource final : public IWritableTextureSource
|
||||
{
|
||||
public:
|
||||
TextureSource();
|
||||
|
Reference in New Issue
Block a user