diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelpermissions.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/llpanelpermissions.h b/linden/indra/newview/llpanelpermissions.h index 9cf7a82..efd3430 100644 --- a/linden/indra/newview/llpanelpermissions.h +++ b/linden/indra/newview/llpanelpermissions.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llpanelpermissions.h | 2 | * @file llpanelpermissions.h |
3 | * @brief LLPanelPermissions class header file | 3 | * @brief LLPanelPermissions 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,15 +26,13 @@ | |||
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_LLPANELPERMISSIONS_H | 32 | #ifndef LL_LLPANELPERMISSIONS_H |
30 | #define LL_LLPANELPERMISSIONS_H | 33 | #define LL_LLPANELPERMISSIONS_H |
31 | 34 | ||
32 | #ifndef LL_LLPANEL_H | ||
33 | #include "llpanel.h" | 35 | #include "llpanel.h" |
34 | #endif | ||
35 | |||
36 | #include "lluuid.h" | 36 | #include "lluuid.h" |
37 | 37 | ||
38 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 38 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
@@ -95,6 +95,7 @@ protected: | |||
95 | void setAllSaleInfo(); | 95 | void setAllSaleInfo(); |
96 | 96 | ||
97 | static void onCommitClickAction(LLUICtrl* ctrl, void*); | 97 | static void onCommitClickAction(LLUICtrl* ctrl, void*); |
98 | static void onCommitIncludeInSearch(LLUICtrl* ctrl, void*); | ||
98 | 99 | ||
99 | protected: | 100 | protected: |
100 | LLNameBox* mLabelGroupName; // group name | 101 | LLNameBox* mLabelGroupName; // group name |