- Timestamp:
- Aug 31, 2010, 2:26:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h
r7238 r7282 61 61 { return (this->execCommand_ != 0); } 62 62 63 inline ConsoleCommand* getConsoleCommand() const63 inline const ConsoleCommand* getConsoleCommand() const 64 64 { return this->execCommand_; } 65 65 … … 90 90 static std::string getCommonBegin(const ArgumentCompletionList& list); 91 91 92 ConsoleCommand* execCommand_;93 ConsoleCommand* hintCommand_;92 const ConsoleCommand* execCommand_; 93 const ConsoleCommand* hintCommand_; 94 94 SubString tokens_; 95 95 std::string string_;
Note: See TracChangeset
for help on using the changeset viewer.