- Timestamp:
- Aug 24, 2010, 4:56:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/Executor.cc
r7202 r7212 67 67 { 68 68 COUT(5) << "Calling Executor " << this->name_ << " through parser with one parameter, using whole string: " << params << std::endl; 69 return (*this->functor_)( MultiType(params));69 return (*this->functor_)(params); 70 70 } 71 71 else if (!this->defaultValue_[0].null())
Note: See TracChangeset
for help on using the changeset viewer.