dbertoni 01/12/19 16:24:53
Modified: c/src/XSLT KeyTable.hpp
Log:
Fixed typedef of map.
Revision Changes Path
1.12 +2 -2 xml-xalan/c/src/XSLT/KeyTable.hpp
Index: KeyTable.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/KeyTable.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- KeyTable.hpp 2001/12/19 22:06:51 1.11
+++ KeyTable.hpp 2001/12/20 00:24:53 1.12
@@ -58,7 +58,7 @@
#define XALAN_KEYTABLE_HEADER_GUARD
/**
- * $Id: KeyTable.hpp,v 1.11 2001/12/19 22:06:51 dbertoni Exp $
+ * $Id: KeyTable.hpp,v 1.12 2001/12/20 00:24:53 dbertoni Exp $
*
* $State: Exp $
*
@@ -115,7 +115,7 @@
typedef map<XalanQNameByReference,
NodeListMapType,
- less<XalanDOMString> > KeysMapType;
+ less<XalanQNameByReference> > KeysMapType;
#else
typedef std::vector<KeyDeclaration>
KeyDeclarationVectorType;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]