- Timestamp:
- Aug 31, 2010, 3:03:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/Executor.cc
r7276 r7283 48 48 Executor::Executor(const Executor& other) : name_(other.name_) 49 49 { 50 for ( int i = 0; i < MAX_FUNCTOR_ARGUMENTS; ++i)50 for (size_t i = 0; i < MAX_FUNCTOR_ARGUMENTS; ++i) 51 51 defaultValue_[i] = other.defaultValue_[i]; 52 52 this->functor_ = other.functor_->clone();
Note: See TracChangeset
for help on using the changeset viewer.