From 0d7e1ba290e9b06beb7d92adbd08895cf41e63b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 14 Jun 2017 13:07:00 +0200 Subject: [PATCH] Shapes: functions are still not functions on MSVC 2017. --- src/Magnum/Shapes/AbstractShape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Shapes/AbstractShape.h b/src/Magnum/Shapes/AbstractShape.h index 393ffb860..b90ab3f61 100644 --- a/src/Magnum/Shapes/AbstractShape.h +++ b/src/Magnum/Shapes/AbstractShape.h @@ -51,7 +51,7 @@ This class is not directly instantiable, use @ref Shape instead. See @see @ref AbstractShape2D, @ref AbstractShape3D */ template class MAGNUM_SHAPES_EXPORT AbstractShape: public SceneGraph::AbstractGroupedFeature, Float> { - #ifndef CORRADE_MSVC2015_COMPATIBILITY + #ifndef CORRADE_MSVC2017_COMPATIBILITY friend const Implementation::AbstractShape& Implementation::getAbstractShape<>(const AbstractShape&); #else /* Otherwise it complains that this is not a function */