You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2001/08/10 14:34:25 UTC

cvs commit: xml-xerces/c/src/validators/schema SchemaAttDef.hpp

knoaman     01/08/10 05:34:25

  Modified:    c/src/validators/schema SchemaAttDef.hpp
  Log:
  Fix compilation error.
  
  Revision  Changes    Path
  1.6       +4 -1      xml-xerces/c/src/validators/schema/SchemaAttDef.hpp
  
  Index: SchemaAttDef.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/schema/SchemaAttDef.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SchemaAttDef.hpp	2001/08/09 15:23:16	1.5
  +++ SchemaAttDef.hpp	2001/08/10 12:34:25	1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SchemaAttDef.hpp,v $
  + * Revision 1.6  2001/08/10 12:34:25  knoaman
  + * Fix compilation error.
  + *
    * Revision 1.5  2001/08/09 15:23:16  knoaman
    * add support for <anyAttribute> declaration.
    *
  @@ -220,7 +223,7 @@
       }
   }
   
  -inline void SchemaAttDef::setNamespaceList(const ValueVectorOf<unsigned int>* toSet) {
  +inline void SchemaAttDef::setNamespaceList(const ValueVectorOf<unsigned int>* const toSet) {
   
       if (toSet && toSet->size()) {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org