From: <qua...@us...> - 2009-10-02 13:39:33
|
Revision: 16 http://stdair.svn.sourceforge.net/stdair/?rev=16&view=rev Author: quannaus Date: 2009-10-02 13:39:21 +0000 (Fri, 02 Oct 2009) Log Message: ----------- Small change in some functions. Modified Paths: -------------- trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp Modified: trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp =================================================================== --- trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-02 13:19:55 UTC (rev 15) +++ trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-02 13:39:21 UTC (rev 16) @@ -114,7 +114,7 @@ ListIterator_T listIteratorBegin () const { typename BomChildrenOrderedList_T::iterator it = _bomChildrenOrderedList.begin(); - return it; + return ListIterator_T (it); } /** Initialise the internal iterators on bom objects: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |