Add missing "override" to SkiaSurface::setDrawMode()

This commit is contained in:
David Capello 2015-10-02 12:12:57 -03:00
parent e732297cfb
commit 7a747fc144

View File

@ -114,7 +114,7 @@ public:
return !m_clip.isEmpty();
}
void setDrawMode(DrawMode mode, int param) {
void setDrawMode(DrawMode mode, int param) override {
// TODO
}