summaryrefslogtreecommitdiff
path: root/indra/llcommon/llmortician.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llmortician.h')
-rw-r--r--indra/llcommon/llmortician.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llmortician.h b/indra/llcommon/llmortician.h
index 9517e2db5e..41cb49fab1 100644
--- a/indra/llcommon/llmortician.h
+++ b/indra/llcommon/llmortician.h
@@ -34,6 +34,8 @@ class LL_COMMON_API LLMortician
{
public:
LLMortician() { mIsDead = FALSE; }
+ static U32 graveyardCount() { return sGraveyard.size(); };
+ static U32 logClass(std::stringstream &str);
static void updateClass();
virtual ~LLMortician();
void die();