Skip to content

Commit

Permalink
make OSGReader happy on PDAL's pdal/dependencies container
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Aug 1, 2017
1 parent 3d85a52 commit 9118cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/openscenegraph/io/OSGReader.cpp
Expand Up @@ -50,8 +50,8 @@ struct CollectTriangles
{
verts = new osg::Vec3Array();
}
#ifdef OSG_VERSION_LESS_THAN
#if OSG_VERSION_LESS_THAN(3,5,6)
#ifdef OSG_VERSION_GREATER_THAN
#if OSG_VERSION_GREATER_THAN(3,2,0)
inline void operator () (const osg::Vec3& v1, const osg::Vec3& v2, const osg::Vec3& v3, bool treatVertexDataAsTemporary)
#else
inline void operator () (const osg::Vec3& v1, const osg::Vec3& v2, const osg::Vec3& v3)
Expand Down

0 comments on commit 9118cb1

Please sign in to comment.