From c2003c525196ba5890c28e6bd1a979fb2dd20a54 Mon Sep 17 00:00:00 2001
From: Shon Ferguson <shonferg@users.sourceforge.net>
Date: Mon, 8 Jan 2007 03:56:02 +0000
Subject: [PATCH] Fixed some unnecessary qualification.

---
 include/obj/NiGeometry.h | 2 +-
 include/obj/NiNode.h     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/obj/NiGeometry.h b/include/obj/NiGeometry.h
index da2367bf..605193ef 100644
--- a/include/obj/NiGeometry.h
+++ b/include/obj/NiGeometry.h
@@ -90,7 +90,7 @@ public:
 	 * and then applies them to the verticies of this skin.  Sets the overall
 	 * skin data transform to the identity.
 	 */
-	void NiGeometry::ApplySkinOffset();
+	void ApplySkinOffset();
 
 	void NormalizeSkinWeights();
 
diff --git a/include/obj/NiNode.h b/include/obj/NiNode.h
index 2621be37..dcecf314 100644
--- a/include/obj/NiNode.h
+++ b/include/obj/NiNode.h
@@ -101,7 +101,7 @@ public:
 	void SetSkinFlag( bool n );
 
 private:
-	void NiNode::RepositionGeom( NiAVObjectRef root );
+	void RepositionGeom( NiAVObjectRef root );
 protected:
 	list<NiSkinInstance*> skins;
 	NI_NODE_MEMBERS
-- 
GitLab