mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
Mark a bunch of classes as final
This commit is contained in:
@@ -21,7 +21,7 @@ inline bool checkImageDimensions(u32 width, u32 height)
|
||||
|
||||
//! IImage implementation with a lot of special image operations for
|
||||
//! 16 bit A1R5G5B5/32 Bit A8R8G8B8 images, which are used by the SoftwareDevice.
|
||||
class CImage : public IImage
|
||||
class CImage final : public IImage
|
||||
{
|
||||
public:
|
||||
//! constructor from raw image data
|
||||
|
Reference in New Issue
Block a user