diff --git a/include/obj/NiGeometry.h b/include/obj/NiGeometry.h
index da2367bf8e202d0f07e57416631bef90294d8b08..605193ef1f4e66ff748e62400aedb22276d06d22 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 2621be37d7b7994d4d57c39cd7c66cd7e0fc8557..dcecf31427cb93a5eedb396534f30aded7f3f238 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