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

repair: ~MaskList -> virtual

parent ea69b49a
No related branches found
No related tags found
1 merge request!2257rm unused fcts, detected by xunused
......@@ -30,7 +30,7 @@ class RegionOfInterestItem;
class MaskList {
public:
MaskList();
~MaskList();
virtual ~MaskList();
QVector<MaskItem*> modifiableMaskItems() const;
QVector<const MaskItem*> maskItems() const;
......
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