diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-05-20 20:40:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-20 20:40:04 +0300 |
commit | 2cbff073edad0bb31d2a025b888a9fb2e90fe2cf (patch) | |
tree | a9627a2cc78621d37a74c29bdf3fcb0d9efe5ea1 /indra/newview/llviewerinventory.cpp | |
parent | 3de223aecf53ee6f69de8fba29aaa6593484d7e8 (diff) |
#4000 Cherry pick inventory LEAP functions from develop branch
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index 8caa0144c3..5f61aeaf13 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -71,6 +71,9 @@ #include "llclipboard.h" #include "llhttpretrypolicy.h" #include "llsettingsvo.h" +#include "llinventorylistener.h" + +LLInventoryListener sInventoryListener; // do-nothing ops for use in callbacks. void no_op_inventory_func(const LLUUID&) {} |