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.cpp | |
parent | d83f934ec87e594b7e88267bdd1be938a73f090d (diff) |
De-inlined some UI param block definitions.
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r-- | indra/llui/llview.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index e7e8b1b858..23e4131e6d 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -83,6 +83,11 @@ template class LLView* LLView::getChild<class LLView>( static LLDefaultChildRegistry::Register<LLView> r("view"); +LLView::Follows::Follows() +: string(""), + flags("flags", FOLLOWS_LEFT | FOLLOWS_TOP) +{} + LLView::Params::Params() : name("name", std::string("unnamed")), enabled("enabled", true), |