mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +00:00
Add missing "override" to SkiaSurface::setDrawMode()
This commit is contained in:
parent
e732297cfb
commit
7a747fc144
@ -114,7 +114,7 @@ public:
|
||||
return !m_clip.isEmpty();
|
||||
}
|
||||
|
||||
void setDrawMode(DrawMode mode, int param) {
|
||||
void setDrawMode(DrawMode mode, int param) override {
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user