From 5f446e002215a91db98f9d8d16fa6c23d68d9a45 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 25 May 2017 08:48:45 +0100 Subject: [PATCH] Fixed naming of OSG_USE_DEPRECATED_API --- include/osgUtil/PolytopeIntersector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/PolytopeIntersector b/include/osgUtil/PolytopeIntersector index 0c6289905..558911b5c 100644 --- a/include/osgUtil/PolytopeIntersector +++ b/include/osgUtil/PolytopeIntersector @@ -110,7 +110,7 @@ class OSGUTIL_EXPORT PolytopeIntersector : public Intersector inline const osg::Plane& getReferencePlane() const { return _referencePlane; } -#ifdef USE_DEPRECATED_API +#ifdef OSG_USE_DEPRECATED_API enum { DimZero = POINT_PRIMITIVES, /// deprecated, use POINT_PRIMITIVES