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