Changed the include of MatrixTransform to Transform.

This commit is contained in:
Robert Osfield
2002-10-04 13:53:41 +00:00
parent 65ab5f7b62
commit 14e9be42c2

View File

@@ -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 <osg/MatrixTransform>
#include <osg/Transform>
namespace osg{
/** DOFTransform - encapsulates Multigen DOF behavior*/