auriemma    01/05/15 07:20:04

  Modified:    c/src/XSLT NodeSorter.hpp
  Log:
  Added default parameters to constructor.
  
  Revision  Changes    Path
  1.14      +2 -2      xml-xalan/c/src/XSLT/NodeSorter.hpp
  
  Index: NodeSorter.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/NodeSorter.hpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- NodeSorter.hpp    2001/05/10 19:22:06     1.13
  +++ NodeSorter.hpp    2001/05/15 14:19:55     1.14
  @@ -101,8 +101,8 @@
        public:
   
                VectorEntry(
  -                     XalanNode*              theNode,
  -                     unsigned int    thePosition) :
  +                     XalanNode*              theNode = 0,
  +                     unsigned int    thePosition = 0) :
                        m_node(theNode),
                        m_position(thePosition)
                {
  
  
  

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

Reply via email to