Changeset 1610 for code/branches/core3/src/core/Shell.cc
- Timestamp:
- Jun 19, 2008, 4:10:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/Shell.cc
r1596 r1610 90 90 void Shell::setConfigValues() 91 91 { 92 SetConfigValue(maxHistoryLength_, 100).callback( &Shell::commandHistoryLengthChanged);93 SetConfigValue(historyOffset_, 0).callback( &Shell::commandHistoryOffsetChanged);92 SetConfigValue(maxHistoryLength_, 100).callback(this, &Shell::commandHistoryLengthChanged); 93 SetConfigValue(historyOffset_, 0).callback(this, &Shell::commandHistoryOffsetChanged); 94 94 SetConfigValueVector(commandHistory_, std::vector<std::string>()); 95 95 }
Note: See TracChangeset
for help on using the changeset viewer.