diff options
Diffstat (limited to 'indra/llcommon/llmortician.h')
-rw-r--r-- | indra/llcommon/llmortician.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llmortician.h b/indra/llcommon/llmortician.h index 24a38520e9..606ac0dc39 100644 --- a/indra/llcommon/llmortician.h +++ b/indra/llcommon/llmortician.h @@ -50,6 +50,8 @@ private: static BOOL sDestroyImmediate; BOOL mIsDead; + + static std::list<LLMortician*> sGraveyard; }; #endif |