Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7373 in orxonox.OLD for trunk/src/lib/shell/shell_completion.cc


Ignore:
Timestamp:
Apr 26, 2006, 2:29:15 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: list to vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_completion.cc

    r7372 r7373  
    2323
    2424#include "substring.h"
    25 #include "base_object.h"
    2625#include "class_list.h"
    2726#include "debug.h"
    28 
    29 #include "stdlibincl.h"
    3027
    3128using namespace std;
     
    221218
    222219  CompletionType changeType = NullCompletion;
    223   list<CompletionElement>::iterator charIT;
     220  std::vector<CompletionElement>::iterator charIT;
    224221  for (charIT = completionList.begin(); charIT != completionList.end(); charIT++)
    225222  {
Note: See TracChangeset for help on using the changeset viewer.