From Tree, mods to help support the creation of Java bindings.

This commit is contained in:
Robert Osfield
2002-12-06 09:44:11 +00:00
parent 00871ba948
commit 1be82ec697
5 changed files with 16 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
//Distributed under the terms of the GNU Library General Public License (LGPL)
//as published by the Free Software Foundation.
#ifndef OSGUTIL_DISPLAYEQUIREMENTSVISITOR
#ifndef OSGUTIL_DISPLAYREQUIREMENTSVISITOR
#define OSGUTIL_DISPLAYREQUIREMENTSVISITOR 1
#include <osg/NodeVisitor>

View File

@@ -95,7 +95,7 @@ class OSGUTIL_EXPORT IntersectVisitor : public osg::NodeVisitor
protected:
/** \internal JAVA: SUPPRESS UNBRIDGABLE :JAVA */
class IntersectState : public osg::Referenced
{
public: