summaryrefslogtreecommitdiff
path: root/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rw-r--r--indra/newview/llselectmgr.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h
index 0b4392f318..65f58da1cc 100644
--- a/indra/newview/llselectmgr.h
+++ b/indra/newview/llselectmgr.h
@@ -94,9 +94,12 @@ typedef enum e_selection_type
class LLObjectSelection : public std::list<LLSelectNode*>, public LLRefCount
{
friend class LLSelectMgr;
+
+protected:
+ ~LLObjectSelection();
+
public:
LLObjectSelection();
- virtual ~LLObjectSelection();
void updateEffects();
@@ -195,6 +198,8 @@ public:
LLSelectMgr();
~LLSelectMgr();
+ static void cleanupGlobals();
+
// LLEditMenuHandler interface
virtual BOOL canUndo();
virtual void undo();