diff --git a/src/Shapes/Shape.h b/src/Shapes/Shape.h index 7d1774f91..05cd10172 100644 --- a/src/Shapes/Shape.h +++ b/src/Shapes/Shape.h @@ -65,7 +65,7 @@ Shapes::AbstractShape3D* firstCollision = shapes.firstCollision(shape); @see @ref scenegraph, ShapeGroup2D, ShapeGroup3D, DebugTools::ShapeRenderer */ -template class MAGNUM_SHAPES_EXPORT Shape: public AbstractShape { +template class Shape: public AbstractShape { friend struct Implementation::ShapeHelper; public: