- Timestamp:
- Aug 19, 2010, 2:42:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/Executor.h
r7186 r7187 101 101 { 102 102 if (index < MAX_FUNCTOR_ARGUMENTS) 103 return this->bAddedDefaultValue_[index];103 return !this->defaultValue_[index].null(); 104 104 105 105 return false; … … 110 110 std::string name_; 111 111 MultiType defaultValue_[MAX_FUNCTOR_ARGUMENTS]; 112 bool bAddedDefaultValue_[MAX_FUNCTOR_ARGUMENTS];113 112 }; 114 113
Note: See TracChangeset
for help on using the changeset viewer.