From: <qua...@us...> - 2009-10-02 09:58:32
|
Revision: 11 http://stdair.svn.sourceforge.net/stdair/?rev=11&view=rev Author: quannaus Date: 2009-10-02 09:58:23 +0000 (Fri, 02 Oct 2009) Log Message: ----------- [Dev] Fixed a bug. Modified Paths: -------------- trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp Modified: trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp =================================================================== --- trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-02 09:34:26 UTC (rev 10) +++ trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp 2009-10-02 09:58:23 UTC (rev 11) @@ -38,7 +38,7 @@ typedef BomIterator_T<BOM_CONTENT_CHILD, typename BomChildrenOrderedList_T::iterator> ListIterator_T; typedef BomIterator_T<BOM_CONTENT_CHILD, - typename BomChildrenOrderedList_T::_reverse_iterator> ListReverseIterator_T; + typename BomChildrenOrderedList_T::reverse_iterator> ListReverseIterator_T; typedef BomConstIterator_T<BOM_CONTENT_CHILD, typename BomChildrenList_T::const_iterator> MapConstIterator_T; typedef BomConstIterator_T<BOM_CONTENT_CHILD, @@ -46,7 +46,7 @@ typedef BomIterator_T<BOM_CONTENT_CHILD, typename BomChildrenList_T::iterator> MapIterator_T; typedef BomIterator_T<BOM_CONTENT_CHILD, - typename BomChildrenList_T::_reverse_iterator> MapReverseIterator_T; + typename BomChildrenList_T::reverse_iterator> MapReverseIterator_T; public: // /////////// Display support methods ///////// This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |