diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-13 22:16:20 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-13 22:16:20 +0300 |
commit | 7d1597fc98868c73d6de0b95f3c1af4c459a30c8 (patch) | |
tree | 8b97d63c87403d8b19dc1bca936d463f97fbb0bf /indra/newview/lloutfitgallery.h | |
parent | b9633c17e373bfe55b29228996e8473eb041466d (diff) |
viewer#1424 Favorites in Appearance floater #4
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r-- | indra/newview/lloutfitgallery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index f530212d26..3d36e9a12f 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -102,6 +102,7 @@ public: /*virtual*/ bool getHasExpandableFolders() { return FALSE; } + /*virtual*/ void onChangeSortOrder(const LLSD& userdata) {}; void updateMessageVisibility(); bool hasDefaultImage(const LLUUID& outfit_cat_id); |