From 8901c42434dc9b8a3d6ce9e2e6d05da07215eb45 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 26 Jul 2002 12:49:19 +0000 Subject: [PATCH] Change Geometry paramter name to lower case geometry. --- include/osg/Geometry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Geometry b/include/osg/Geometry index da02eeb75..b8a8c4e22 100644 --- a/include/osg/Geometry +++ b/include/osg/Geometry @@ -22,7 +22,7 @@ class SG_EXPORT Geometry : public Drawable Geometry(); /** Copy constructor using CopyOp to manage deep vs shallow copy.*/ - Geometry(const Geometry& Geometry,const CopyOp& copyop=CopyOp::SHALLOW_COPY); + Geometry(const Geometry& geometry,const CopyOp& copyop=CopyOp::SHALLOW_COPY); virtual Object* cloneType() const { return osgNew Geometry(); } virtual Object* clone(const CopyOp& copyop) const { return osgNew Geometry(*this,copyop); }