From 14e9be42c216ca9d1d7a3051df836156d1f09e51 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 4 Oct 2002 13:53:41 +0000 Subject: [PATCH] Changed the include of MatrixTransform to Transform. --- include/osg/DOFTransform | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/osg/DOFTransform b/include/osg/DOFTransform index 25c4b955d..fb6f154e7 100644 --- a/include/osg/DOFTransform +++ b/include/osg/DOFTransform @@ -3,11 +3,11 @@ //Distributed under the terms of the GNU Library General Public License (LGPL) //as published by the Free Software Foundation. -#if !defined(OSG_DOFTRANSFORM) -#define OSG_DOFTRANSFORM +#ifndef OSG_DOFTRANSFORM +#define OSG_DOFTRANSFORM 1 //base class: -#include +#include namespace osg{ /** DOFTransform - encapsulates Multigen DOF behavior*/