auriemma    01/01/19 10:52:20

  Modified:    c/src/PlatformSupport ArenaAllocator.hpp
  Log:
  Changed return type to void.
  
  Revision  Changes    Path
  1.9       +1 -1      xml-xalan/c/src/PlatformSupport/ArenaAllocator.hpp
  
  Index: ArenaAllocator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/ArenaAllocator.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ArenaAllocator.hpp        2001/01/16 02:44:07     1.8
  +++ ArenaAllocator.hpp        2001/01/19 18:52:20     1.9
  @@ -135,7 +135,7 @@
         *
         * @param theSize The size of the block
         */
  -     size_type
  +     void
        setBlockSize(size_type  theSize)
        {
                m_blockSize = theSize;
  
  
  

Reply via email to