Fixed typos, sent in by Warren Macchi.

This commit is contained in:
Robert Osfield 2002-08-08 13:45:16 +00:00
parent d351bad121
commit ed30834757
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ class Primitive : public Object
virtual bool isSameKindAs(const Object* obj) const { return dynamic_cast<const Primitive*>(obj)!=NULL; }
virtual const char* libraryName() const { return "osg"; }
virtual const char* className() const { return "Primitve"; }
virtual const char* className() const { return "Primitive"; }
Type getType() const { return _primitiveType; }

View File

@ -3,7 +3,7 @@
//as published by the Free Software Foundation.
#ifndef OSG_UBYTE4
#define OSG_UBUTE 1
#define OSG_UBUTE4 1
#include <osg/Vec3>