From: <qua...@us...> - 2009-10-06 15:25:16
|
Revision: 34 http://stdair.svn.sourceforge.net/stdair/?rev=34&view=rev Author: quannaus Date: 2009-10-06 15:25:09 +0000 (Tue, 06 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-06 15:22:32 UTC (rev 33) +++ trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-06 15:25:09 UTC (rev 34) @@ -80,7 +80,7 @@ /** Initialise the internal iterators on bom objects: return the iterator at the begining of the list. */ ListIterator_T listBegin () { - 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. |