Changeset 7399 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.cc
- Timestamp:
- Apr 27, 2006, 4:33:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command_class.cc
r7394 r7399 49 49 { 50 50 while(!this->commandList.empty()) 51 {52 51 delete this->commandList.back(); 53 this->commandList.pop_back();54 }55 52 } 56 53
Note: See TracChangeset
for help on using the changeset viewer.