Skip to content
Snippets Groups Projects
Commit a46a38ee authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

virtual -> override

parent 67ca97ab
No related branches found
No related tags found
1 merge request!2127simplifications in mask context
......@@ -25,7 +25,7 @@ class IShape2D;
class MaskItem : public MaskRoot {
public:
virtual ~MaskItem();
~MaskItem() override;
virtual std::unique_ptr<IShape2D> createShape() const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment