summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/polygonprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/polygonprimitive3d.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive3d/polygonprimitive3d.hxx b/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
index 9f3f363b9495..116b71e26709 100644
--- a/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
@@ -83,7 +83,7 @@ namespace drawinglayer
and stroke attributes. It will be decomposed dependent on the definition
to the needed primitives, e.g. filled Tubes for fat lines.
*/
- class DRAWINGLAYER_DLLPUBLIC PolygonStrokePrimitive3D : public BufferedDecompositionPrimitive3D
+ class DRAWINGLAYER_DLLPUBLIC PolygonStrokePrimitive3D final : public BufferedDecompositionPrimitive3D
{
private:
/// the line geometry
@@ -95,7 +95,6 @@ namespace drawinglayer
/// the line stroking (if used)
attribute::StrokeAttribute maStrokeAttribute;
- protected:
/// local decomposition.
virtual Primitive3DContainer create3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const override;