dbertoni 01/02/12 15:54:53
Modified: c/src/XSLT Constants.cpp Log: Fixed bug in initialization of constant. Revision Changes Path 1.14 +1 -1 xml-xalan/c/src/XSLT/Constants.cpp Index: Constants.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XSLT/Constants.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Constants.cpp 2001/02/12 02:34:51 1.13 +++ Constants.cpp 2001/02/12 23:54:51 1.14 @@ -440,7 +440,7 @@ const XalanDOMString& Constants::ELEMNAME_CONSTRUCT_STRING = ::ELEMNAME_CONSTRUCT_STRING; const XalanDOMString& Constants::ELEMNAME_CONTENTS_STRING = ::ELEMNAME_CONTENTS_STRING; const XalanDOMString& Constants::ELEMNAME_COPY_OF_STRING = ::ELEMNAME_COPY_OF_STRING; -const XalanDOMString& Constants::ELEMNAME_COPY_OF_WITH_PREFIX_STRING = ELEMNAME_COPY_OF_WITH_PREFIX_STRING; +const XalanDOMString& Constants::ELEMNAME_COPY_OF_WITH_PREFIX_STRING = ::ELEMNAME_COPY_OF_WITH_PREFIX_STRING; const XalanDOMString& Constants::ELEMNAME_COPY_STRING = ::ELEMNAME_COPY_STRING; const XalanDOMString& Constants::ELEMNAME_COPY_WITH_PREFIX_STRING = ::ELEMNAME_COPY_WITH_PREFIX_STRING; const XalanDOMString& Constants::ELEMNAME_COUNTERINCREMENT_STRING = ::ELEMNAME_COUNTERINCREMENT_STRING;
