diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-12-08 23:19:37 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-12-11 23:06:45 +0200 |
commit | 3b99af03ca5774bd817c803842eecfc205f77afd (patch) | |
tree | 6ee67e020487cdef603b0dd4cdb33f1e11abf29f /indra/newview/llpanelmaininventory.cpp | |
parent | 01a083ea647c2defcf7eace823f74f85321c97c5 (diff) |
SL-20672 Item and folder creation support
Moving everything manually doesn't seem like a right way, probably need
to make LLFolderView draw grids and then relace with LLInventoryPanel
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 20241aac24..a5a768776a 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -56,6 +56,7 @@ #include "lltrans.h" #include "llviewermenu.h" #include "llviewertexturelist.h" +#include "llviewerinventory.h" #include "llsidepanelinventory.h" #include "llfolderview.h" #include "llradiogroup.h" |