diff options
Diffstat (limited to 'indra/newview/llwearableitemslist.h')
| -rw-r--r-- | indra/newview/llwearableitemslist.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llwearableitemslist.h b/indra/newview/llwearableitemslist.h index 7a5f29020e..915a557239 100644 --- a/indra/newview/llwearableitemslist.h +++ b/indra/newview/llwearableitemslist.h @@ -95,6 +95,7 @@ public:       * Updates item name and (worn) suffix.       */      /*virtual*/ void updateItem(const std::string& name, +                                bool favorite,                                  EItemState item_state = IS_DEFAULT);      void onAddWearable(); @@ -148,6 +149,7 @@ public:      /** Set item title. Joint name is added to the title in parenthesis */      /*virtual*/ void updateItem(const std::string& name, +                                bool favorite,                                  EItemState item_state = IS_DEFAULT);  protected:  | 
