Changeset 11083 for code/trunk/src/modules/overlays/hud
- Timestamp:
- Jan 21, 2016, 1:59:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/overlays/hud/ChatOverlay.cc
r11071 r11083 73 73 Timer* timer = new Timer(); 74 74 this->timers_.insert(timer); // store the timer in a set to destroy it in the destructor 75 const ExecutorPtr &executor = createExecutor(createFunctor(&ChatOverlay::dropMessage, this));75 const ExecutorPtr executor = createExecutor(createFunctor(&ChatOverlay::dropMessage, this)); 76 76 executor->setDefaultValues(timer); 77 77 timer->setTimer(this->displayTime_, false, executor, true);
Note: See TracChangeset
for help on using the changeset viewer.