From: <qua...@us...> - 2009-10-05 08:41:03
|
Revision: 25 http://stdair.svn.sourceforge.net/stdair/?rev=25&view=rev Author: quannaus Date: 2009-10-05 08:40:55 +0000 (Mon, 05 Oct 2009) Log Message: ----------- [Dev] Some small changes. Modified Paths: -------------- trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp Modified: trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp =================================================================== --- trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-05 08:33:21 UTC (rev 24) +++ trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-05 08:40:55 UTC (rev 25) @@ -112,7 +112,7 @@ /** Initialise the internal iterators on bom objects: return the iterator at the begining of the list. */ ListIterator_T listIteratorBegin () { - return _bomChildrenOrderedList.begin(); + return ListIterator_T(_bomChildrenOrderedList.begin()); } /** 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. |