diff options
author | Tonya Souther <tonya.souther@gmail.com> | 2013-02-06 21:38:05 -0600 |
---|---|---|
committer | Tonya Souther <tonya.souther@gmail.com> | 2013-02-06 21:38:05 -0600 |
commit | 3422f75cf749df10c7bb7711b9a7fa870655818f (patch) | |
tree | 1b78f3cbc3e66ad4075e9c66bc499947b5bd5862 /indra/newview/llselectmgr.h | |
parent | f2b026138d5abe5464de6db349b3431c262de53a (diff) |
Tell the renderer to use the updated material immediately on editing it.
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rw-r--r-- | indra/newview/llselectmgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h index f1da18dcc3..2eae5b94c9 100644 --- a/indra/newview/llselectmgr.h +++ b/indra/newview/llselectmgr.h @@ -48,6 +48,7 @@ #include <deque> #include <boost/iterator/filter_iterator.hpp> #include <boost/signals2.hpp> +#include <boost/make_shared.hpp> // boost::make_shared class LLMessageSystem; class LLViewerTexture; @@ -538,7 +539,7 @@ public: void selectionSetClickAction(U8 action); void selectionSetIncludeInSearch(bool include_in_search); void selectionSetGlow(const F32 glow); - void selectionSetMaterial(LLMaterial& material); + void selectionSetMaterial(LLMaterialPtr material); void selectionSetObjectPermissions(U8 perm_field, BOOL set, U32 perm_mask, BOOL override = FALSE); void selectionSetObjectName(const std::string& name); |