diff options
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 2aa10e0bea..fe24696182 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -64,6 +64,9 @@ public: // Remove COF entries static void removeItemLinks(LLUUID& item_id, bool do_update = true); + // For debugging - could be moved elsewhere. + static void dumpCat(const LLUUID& cat_id, std::string str); + private: static void getCOFValidDescendents(const LLUUID& category, LLInventoryModel::item_array_t& items); |