diff options
author | James Cook <james@lindenlab.com> | 2009-11-30 15:45:15 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-30 15:45:15 -0800 |
commit | 6feb42e0095cfb46c11897d759bdd03033045f54 (patch) | |
tree | 8529b554cd85bee82b7ad8a94e962bab6ca5c7d3 /indra/llui/llview.h | |
parent | d83f934ec87e594b7e88267bdd1be938a73f090d (diff) |
De-inlined some UI param block definitions.
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 8ee05675c1..d485244a05 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -111,10 +111,7 @@ public: Alternative<std::string> string; Alternative<U32> flags; - Follows() - : string(""), - flags("flags", FOLLOWS_LEFT | FOLLOWS_TOP) - {} + Follows(); }; struct Params : public LLInitParam::Block<Params> |