MAINT-6336: Crasher showing up in voice was a Bound Listener that should have been a Temp Bound listener.

master
Rider Linden 2016-04-20 10:21:35 -07:00
parent 16e06b4b50
commit d96004e4af
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ protected:
private:
bool tick(const LLSD&);
LLBoundListener mMainloop;
LLTempBoundListener mMainloop;
Action mAction;
};