diff options
Diffstat (limited to 'linden/indra/newview/llwearablelist.h')
-rw-r--r-- | linden/indra/newview/llwearablelist.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llwearablelist.h b/linden/indra/newview/llwearablelist.h index 3627685..303fcb7 100644 --- a/linden/indra/newview/llwearablelist.h +++ b/linden/indra/newview/llwearablelist.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llwearablelist.h | 2 | * @file llwearablelist.h |
3 | * @brief LLWearableList class header file | 3 | * @brief LLWearableList class header file |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 7 | * Copyright (c) 2002-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #ifndef LL_LLWEARABLELIST_H | 32 | #ifndef LL_LLWEARABLELIST_H |
@@ -54,7 +57,7 @@ public: | |||
54 | LLWearable* createLegacyWearableFromAvatar( EWearableType type ); | 57 | LLWearable* createLegacyWearableFromAvatar( EWearableType type ); |
55 | 58 | ||
56 | LLWearable* createWearableMatchedToInventoryItem( LLWearable* old_wearable, LLViewerInventoryItem* item ); | 59 | LLWearable* createWearableMatchedToInventoryItem( LLWearable* old_wearable, LLViewerInventoryItem* item ); |
57 | LLWearable* createCopyFromAvatar( LLWearable* old_wearable, const std::string& new_name = "" ); | 60 | LLWearable* createCopyFromAvatar( LLWearable* old_wearable, const std::string& new_name = std::string() ); |
58 | LLWearable* createCopy( LLWearable* old_wearable ); | 61 | LLWearable* createCopy( LLWearable* old_wearable ); |
59 | LLWearable* createNewWearable( EWearableType type ); | 62 | LLWearable* createNewWearable( EWearableType type ); |
60 | 63 | ||