aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llselectmgr.h')
-rw-r--r--linden/indra/newview/llselectmgr.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/llselectmgr.h b/linden/indra/newview/llselectmgr.h
index 96db8e5..c344181 100644
--- a/linden/indra/newview/llselectmgr.h
+++ b/linden/indra/newview/llselectmgr.h
@@ -114,9 +114,12 @@ typedef enum e_selection_type
114class LLObjectSelection : public std::list<LLSelectNode*>, public LLRefCount 114class LLObjectSelection : public std::list<LLSelectNode*>, public LLRefCount
115{ 115{
116 friend class LLSelectMgr; 116 friend class LLSelectMgr;
117
118protected:
119 ~LLObjectSelection();
120
117public: 121public:
118 LLObjectSelection(); 122 LLObjectSelection();
119 virtual ~LLObjectSelection();
120 123
121 void updateEffects(); 124 void updateEffects();
122 125
@@ -215,6 +218,8 @@ public:
215 LLSelectMgr(); 218 LLSelectMgr();
216 ~LLSelectMgr(); 219 ~LLSelectMgr();
217 220
221 static void cleanupGlobals();
222
218 // LLEditMenuHandler interface 223 // LLEditMenuHandler interface
219 virtual BOOL canUndo(); 224 virtual BOOL canUndo();
220 virtual void undo(); 225 virtual void undo();