diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-12-17 17:06:07 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-12-17 17:06:07 +0000 |
commit | da982a227ab69cb91e2c87efcabc0ce11a0c2fa5 (patch) | |
tree | a73986e78c1f225b190c1612c4535baf4576341c /indra/newview/llinventorymodel.h | |
parent | 38ce446a02375a46db08c1e1176ec4c9c60e3814 (diff) |
SL-14570 - added getFullPath(), cleaned up logging at bit
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index 687d2d497c..caba78988e 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -671,6 +671,7 @@ private: public: void dumpInventory() const; LLPointer<LLInventoryValidationInfo> validate() const; + std::string getFullPath(const LLInventoryObject *obj) const; /** Miscellaneous ** ** |