diff options
| author | Richard Linden <none@none> | 2010-08-26 12:33:31 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-08-26 12:33:31 -0700 |
| commit | ead46208b02f31c8ed06242a016501d57c90abfb (patch) | |
| tree | 7a1d7c97563495b7ecd2d16f6dbb2f4dc783ebb5 /indra/llui/lllayoutstack.h | |
| parent | c1e71b0ee1f43486b79bf34305d5212afd8541a9 (diff) | |
made layoutstack orientation mandatory
Diffstat (limited to 'indra/llui/lllayoutstack.h')
| -rw-r--r-- | indra/llui/lllayoutstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index 9bcfa2c957..c7e27b6866 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -48,7 +48,7 @@ public: struct Params : public LLInitParam::Block<Params, LLView::Params> { - Optional<std::string> orientation; + Mandatory<std::string> orientation; Optional<S32> border_size; Optional<bool> animate, clip; |
