You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/02/13 00:54:54 UTC

cvs commit: xml-xalan/c/src/XSLT Constants.cpp

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;