From 367750997bd7c6feaf2a62554fef239c792f3c15 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 25 Jun 2003 07:59:59 +0000 Subject: [PATCH] Test of cvs. --- src/osgPlugins/osg/TessellationHints.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/osg/TessellationHints.cpp b/src/osgPlugins/osg/TessellationHints.cpp index 5a493a04b..c102ce556 100644 --- a/src/osgPlugins/osg/TessellationHints.cpp +++ b/src/osgPlugins/osg/TessellationHints.cpp @@ -7,6 +7,7 @@ using namespace osg; using namespace osgDB; + // forward declare functions to use later. bool TessellationHints_readLocalData(Object& obj, Input& fr); bool TessellationHints_writeLocalData(const Object& obj, Output& fw);