diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-01 13:54:53 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-01 13:54:53 -0700 |
commit | 8e1a9e2813da6b9d5c17795b375098fb6a386ee1 (patch) | |
tree | 2069ec7c9ab4daf73d7b09b565f862892e6528f3 /indra/llui/llfolderview.h | |
parent | 11a148415e810706f2a1835b6b717a0a062d458f (diff) |
CHUI-102: Cleaned up code after code review.
Diffstat (limited to 'indra/llui/llfolderview.h')
-rw-r--r-- | indra/llui/llfolderview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h index 260275269d..487391a477 100644 --- a/indra/llui/llfolderview.h +++ b/indra/llui/llfolderview.h @@ -94,7 +94,7 @@ public: use_ellipses, show_item_link_overlays; Mandatory<LLFolderViewModelInterface*> view_model; - Optional<std::string> options_menu; + Mandatory<std::string> options_menu; Params(); |