| 
     
      
      
      From: <qua...@us...> - 2009-10-02 14:07:20
      
     
   | 
Revision: 19
          http://stdair.svn.sourceforge.net/stdair/?rev=19&view=rev
Author:   quannaus
Date:     2009-10-02 14:07:12 +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 14:05:00 UTC (rev 18)
+++ trunk/stdair/stdair/bom/BomChildrenHolderImp.hpp	2009-10-02 14:07:12 UTC (rev 19)
@@ -111,7 +111,7 @@
 
     /** Initialise the internal iterators on bom objects:
         return the iterator at the begining of the list. */
-    ListIterator_T listIteratorBegin () const {
+    ListIterator_T listIteratorBegin () {
       typename BomChildrenOrderedList_T::iterator it =
         _bomChildrenOrderedList.begin();
       typename BomChildrenOrderedList_T::const_iterator it2 =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |