diff options
author | Merov Linden <merov@lindenlab.com> | 2012-02-08 15:44:02 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-02-08 15:44:02 -0800 |
commit | 91f77318db63d4b2560390551306056c4a6cc2d5 (patch) | |
tree | 4aa42af172b0d0552e490f7bdd5d92e40906d60e /indra/newview/llinventorypanel.h | |
parent | ee3c3c15b714f8f68e98a2d4064afaec665bd64a (diff) |
EXP-1873 : Implement the hiding of cut items on the clipboard
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 7d805f6862..6db59afb9b 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -222,6 +222,7 @@ public: private: std::string mSortOrderSetting; + int mClipboardState; //-------------------------------------------------------------------- // Hidden folders |