From af9b10eca164d7e7a0d7b7c8ede45fd00ffbda0b Mon Sep 17 00:00:00 2001 From: cantor Date: Tue, 13 Nov 2007 21:20:23 +0000 Subject: [PATCH] Extraneous typename. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@431 de75baf8-a10c-0410-a50a-987c0e22f00f --- xmltooling/util/XMLObjectChildrenList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmltooling/util/XMLObjectChildrenList.h b/xmltooling/util/XMLObjectChildrenList.h index 95f5c4c..145f91e 100644 --- a/xmltooling/util/XMLObjectChildrenList.h +++ b/xmltooling/util/XMLObjectChildrenList.h @@ -89,7 +89,7 @@ namespace xmltooling { class XMLObjectChildrenIterator { /// @cond OFF - typename _Ty m_iter; + _Ty m_iter; template friend class XMLObjectChildrenList; template friend class XMLObjectPairList; public: -- 2.1.4