diff options
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lualistener.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/lualistener.h b/indra/llcommon/lualistener.h index d349ee23fd..85fb093cd6 100644 --- a/indra/llcommon/lualistener.h +++ b/indra/llcommon/lualistener.h @@ -73,10 +73,9 @@ private: LLThreadSafeQueue<PumpData> mQueue; + std::string mCoroName; std::unique_ptr<LLLeapListener> mListener; LLTempBoundListener mShutdownConnection; - - std::string mCoroName; }; #endif /* ! defined(LL_LUALISTENER_H) */ |