diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llselectmgr.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/newview/llselectmgr.h')
-rw-r--r-- | linden/indra/newview/llselectmgr.h | 7 |
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 | |||
114 | class LLObjectSelection : public std::list<LLSelectNode*>, public LLRefCount | 114 | class LLObjectSelection : public std::list<LLSelectNode*>, public LLRefCount |
115 | { | 115 | { |
116 | friend class LLSelectMgr; | 116 | friend class LLSelectMgr; |
117 | |||
118 | protected: | ||
119 | ~LLObjectSelection(); | ||
120 | |||
117 | public: | 121 | public: |
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(); |