Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 24, 2010, 4:56:37 PM (15 years ago)
Author:
landauf
Message:

re-implemented Functor - without macros!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/command/Executor.cc

    r7202 r7212  
    6767            {
    6868                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);
    7070            }
    7171            else if (!this->defaultValue_[0].null())
Note: See TracChangeset for help on using the changeset viewer.