Kaydet (Commit) 377bb64b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wnon-virtual-dtor

Change-Id: Ibeed52359852451b800e083ddc4c221dea41a294
üst 6d1a9af3
...@@ -37,6 +37,9 @@ namespace dxcanvas ...@@ -37,6 +37,9 @@ namespace dxcanvas
restoreTextures() call failed. restoreTextures() call failed.
*/ */
virtual void redraw() const = 0; virtual void redraw() const = 0;
protected:
~Sprite() {}
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment