Changeset 7200 for code/branches/consolecommands3/src/modules
- Timestamp:
- Aug 22, 2010, 12:27:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/modules/overlays/hud/ChatOverlay.cc
r6417 r7200 91 91 Timer* timer = new Timer(); 92 92 this->timers_.insert(timer); // store the timer in a set to destroy it in the destructor 93 Executor*executor = createExecutor(createFunctor(&ChatOverlay::dropMessage, this));93 const ExecutorPtr& executor = createExecutor(createFunctor(&ChatOverlay::dropMessage, this)); 94 94 executor->setDefaultValues(timer); 95 95 timer->setTimer(this->displayTime_, false, executor, true);
Note: See TracChangeset
for help on using the changeset viewer.