|
From: Christophe Prud'h. <pru...@us...> - 2000-10-03 23:59:08
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv2481/clfw Modified Files: MetaType.hpp Log Message: oops wrong return type for getParentTypes() this one is ok Index: MetaType.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/MetaType.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** MetaType.hpp 2000/10/03 23:16:17 1.5 --- MetaType.hpp 2000/10/03 23:59:05 1.6 *************** *** 342,346 **** @return an array of MetaType */ ! MetaTypeCptr const * const getParentTypes( void ) const; /** --- 342,346 ---- @return an array of MetaType */ ! MetaTypeCptr * const getParentTypes( void ) const; /** |