amassari    2004/02/16 02:11:28

  Modified:    c/src/xercesc/util/regx OpFactory.cpp
  Log:
  Fixed warning with gcc 3.3
  
  Revision  Changes    Path
  1.8       +4 -1      xml-xerces/c/src/xercesc/util/regx/OpFactory.cpp
  
  Index: OpFactory.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/regx/OpFactory.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- OpFactory.cpp     17 Dec 2003 00:18:37 -0000      1.7
  +++ OpFactory.cpp     16 Feb 2004 10:11:28 -0000      1.8
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.8  2004/02/16 10:11:28  amassari
  + * Fixed warning with gcc 3.3
  + *
    * Revision 1.7  2003/12/17 00:18:37  cargilld
    * Update to memory management so that the static memory manager (one used to call 
Initialize) is only for static data.
    *
  @@ -91,8 +94,8 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <xercesc/util/regx/OpFactory.hpp>
   #include <xercesc/util/regx/Op.hpp>
  +#include <xercesc/util/regx/OpFactory.hpp>
   #include <xercesc/util/PlatformUtils.hpp>
   
   XERCES_CPP_NAMESPACE_BEGIN
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to