Add override keyword. Thanks @Floessie
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
|
||||
Image16();
|
||||
Image16(int width, int height);
|
||||
~Image16();
|
||||
~Image16() override;
|
||||
|
||||
Image16* copy() const;
|
||||
|
||||
|
Reference in New Issue
Block a user