summaryrefslogtreecommitdiffstats
path: root/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx b/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx
index 4a019ebb3d41..2f7e85ac8094 100644
--- a/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx
@@ -36,7 +36,7 @@ namespace drawinglayer
3D objects needed for the line tubes and the edge roundings
in full 3D.
*/
- class DRAWINGLAYER_DLLPUBLIC PolygonTubePrimitive3D final : public PolygonHairlinePrimitive3D
+ class PolygonTubePrimitive3D final : public PolygonHairlinePrimitive3D
{
/// hold the last decomposition since it's expensive
Primitive3DContainer maLast3DDecomposition;