summaryrefslogtreecommitdiff
path: root/indra/newview/llmorphview.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llmorphview.h')
-rw-r--r--indra/newview/llmorphview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmorphview.h b/indra/newview/llmorphview.h
index 1d8ee8e944..318d49bba5 100644
--- a/indra/newview/llmorphview.h
+++ b/indra/newview/llmorphview.h
@@ -40,8 +40,8 @@ public:
{
Params()
{
- mouse_opaque(false);
- follows.flags(FOLLOWS_ALL);
+ changeDefault(mouse_opaque, false);
+ changeDefault(follows.flags, FOLLOWS_ALL);
}
};
LLMorphView(const LLMorphView::Params&);