summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
index 4ebe5508e8ab..d5508bd0d4d8 100644
--- a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
@@ -39,7 +39,7 @@ namespace drawinglayer
// decomposes to nothing, so no one not knowing it will be influenced. Only
// helper processors for hit test (and maybe BoundRect extractors) will
// use it and its children subcontent.
- class DRAWINGLAYER_DLLPUBLIC HiddenGeometryPrimitive3D : public GroupPrimitive3D
+ class DRAWINGLAYER_DLLPUBLIC HiddenGeometryPrimitive3D final : public GroupPrimitive3D
{
public:
explicit HiddenGeometryPrimitive3D(const Primitive3DContainer& rChildren);