From: cantor Date: Tue, 13 Nov 2007 21:20:23 +0000 (+0000) Subject: Extraneous typename. X-Git-Tag: 1.4.1~395 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=af9b10eca164d7e7a0d7b7c8ede45fd00ffbda0b Extraneous typename. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@431 de75baf8-a10c-0410-a50a-987c0e22f00f --- 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: