mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-08 12:40:50 +00:00
Avoid warning about missing "override"
This commit is contained in:
parent
73de6c8b1d
commit
86d38d81b0
@ -105,7 +105,7 @@ namespace app {
|
|||||||
virtual void getInvalidDecoratoredRegion(Editor* editor, gfx::Region& region) override;
|
virtual void getInvalidDecoratoredRegion(Editor* editor, gfx::Region& region) override;
|
||||||
|
|
||||||
// Disable Shift+click to draw straight lines with the Pencil tool
|
// Disable Shift+click to draw straight lines with the Pencil tool
|
||||||
virtual bool canCheckStartDrawingStraightLine() { return false; }
|
bool canCheckStartDrawingStraightLine() override { return false; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef std::vector<Ruler> Rulers;
|
typedef std::vector<Ruler> Rulers;
|
||||||
|
Loading…
Reference in New Issue
Block a user