dbertoni    01/06/29 13:54:52

  Modified:    c/src/PlatformSupport FormatterListener.cpp
  Log:
  Initialize member.
  
  Revision  Changes    Path
  1.2       +3 -2      xml-xalan/c/src/PlatformSupport/FormatterListener.cpp
  
  Index: FormatterListener.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/FormatterListener.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FormatterListener.cpp     2001/05/02 15:40:20     1.1
  +++ FormatterListener.cpp     2001/06/29 20:54:48     1.2
  @@ -55,7 +55,7 @@
    * <http://www.apache.org/>.
    */
   /**
  - * $Id: FormatterListener.cpp,v 1.1 2001/05/02 15:40:20 dbertoni Exp $
  + * $Id: FormatterListener.cpp,v 1.2 2001/06/29 20:54:48 dbertoni Exp $
    * 
    * $State: Exp $
    * 
  @@ -75,7 +75,8 @@
   
   FormatterListener::FormatterListener(eFormat theFormat) :
        DocumentHandler(),
  -     m_outputFormat(theFormat)
  +     m_outputFormat(theFormat),
  +     m_prefixResolver(0)
   {
   }
   
  
  
  

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

Reply via email to