diff options
author | Merov Linden <merov@lindenlab.com> | 2014-03-21 15:43:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-03-21 15:43:07 -0700 |
commit | 5b0882872871a5601b216655ea408a2a9675f159 (patch) | |
tree | c0390e730fe94821c1d0911e4e1d3dbf1e901bef /indra/newview/llfloateroutbox.h | |
parent | d11a15b6dd0a6bb74b4f8f3f6ce23a05123c7e99 (diff) |
DD-16 : WIP : More code on sort/show menu but still not actionable.
Diffstat (limited to 'indra/newview/llfloateroutbox.h')
-rwxr-xr-x | indra/newview/llfloateroutbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloateroutbox.h b/indra/newview/llfloateroutbox.h index 3da7c6c985..4908e4342b 100755 --- a/indra/newview/llfloateroutbox.h +++ b/indra/newview/llfloateroutbox.h @@ -31,6 +31,7 @@ #include "llfloater.h" #include "llfoldertype.h" +#include "llinventoryfilter.h" #include "llnotificationptr.h" @@ -175,6 +176,8 @@ private: LLUUID mRootFolderId; LLHandle<LLInventoryPanel> mInventoryPanel; + LLInventoryFilter::ESortOrderType mSortOrder; + LLInventoryFilter::EFilterType mFilterType; }; #endif // LL_LLFLOATEROUTBOX_H |