mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +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;
|
||||
|
||||
// Disable Shift+click to draw straight lines with the Pencil tool
|
||||
virtual bool canCheckStartDrawingStraightLine() { return false; }
|
||||
bool canCheckStartDrawingStraightLine() override { return false; }
|
||||
|
||||
private:
|
||||
typedef std::vector<Ruler> Rulers;
|
||||
|
Loading…
Reference in New Issue
Block a user