Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 26, 2005, 8:36:36 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: more stl in Shell

File:
1 edited

Legend:

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

    r5780 r5783  
    352352void ShellCompletion::emptyCompletionList()
    353353{
    354   this->completionList.erase(this->completionList.begin(),
    355                              this->completionList.end());
     354  this->completionList.clear();
    356355}
    357356
Note: See TracChangeset for help on using the changeset viewer.