summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/processor2d/objectinfoextractor2d.hxx')
-rw-r--r--include/drawinglayer/processor2d/objectinfoextractor2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/objectinfoextractor2d.hxx b/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
index 32d204fb8a1e..293fdd0ca3a6 100644
--- a/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
+++ b/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
@@ -44,7 +44,7 @@ namespace drawinglayer
public:
ObjectInfoPrimitiveExtractor2D(const geometry::ViewInformation2D& rViewInformation);
- virtual ~ObjectInfoPrimitiveExtractor2D();
+ virtual ~ObjectInfoPrimitiveExtractor2D() override;
const primitive2d::ObjectInfoPrimitive2D* getResult() const { return mpFound; }
};