diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-06-10 18:04:16 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-06-10 18:04:16 +0300 |
commit | 554db00bdf20692f58c3eb42b83731011e9ad119 (patch) | |
tree | 45ad0bdbb59c6a91ca8e0ea5c914589adae7b7ff /indra/newview/lloutfitslist.h | |
parent | 9adf2dbeb7e7dcc1d3b4188899b58c089f4d99c8 (diff) |
MAINT-6475 Add menu item for changing sort priority
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rw-r--r-- | indra/newview/lloutfitslist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lloutfitslist.h b/indra/newview/lloutfitslist.h index c4dd2cd075..81be8de94f 100644 --- a/indra/newview/lloutfitslist.h +++ b/indra/newview/lloutfitslist.h @@ -167,6 +167,7 @@ protected: virtual void onSelectPhoto(); virtual void onTakeSnapshot(); virtual void onRemovePhoto(); + virtual void onChangeSortOrder(); const LLUUID& getSelectedOutfitID(); |