diff options
author | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
commit | 215f423cbe18fe9ca14a26caef918d303bad28ff (patch) | |
tree | 0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/newview/llpanelgroup.h | |
parent | Second Life viewer sources 1.18.3.5-RC (diff) | |
download | meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2 meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz |
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/newview/llpanelgroup.h')
-rw-r--r-- | linden/indra/newview/llpanelgroup.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgroup.h b/linden/indra/newview/llpanelgroup.h index 782f28a..19f43ec 100644 --- a/linden/indra/newview/llpanelgroup.h +++ b/linden/indra/newview/llpanelgroup.h | |||
@@ -1,6 +1,8 @@ | |||
1 | /** | 1 | /** |
2 | * @file llpanelgroup.h | 2 | * @file llpanelgroup.h |
3 | * | 3 | * |
4 | * $LicenseInfo:firstyear=2006&license=viewergpl$ | ||
5 | * | ||
4 | * Copyright (c) 2006-2007, Linden Research, Inc. | 6 | * Copyright (c) 2006-2007, Linden Research, Inc. |
5 | * | 7 | * |
6 | * Second Life Viewer Source Code | 8 | * Second Life Viewer Source Code |
@@ -23,6 +25,7 @@ | |||
23 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 25 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
24 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 26 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
25 | * COMPLETENESS OR PERFORMANCE. | 27 | * COMPLETENESS OR PERFORMANCE. |
28 | * $/LicenseInfo$ | ||
26 | */ | 29 | */ |
27 | 30 | ||
28 | #ifndef LL_LLPANELGROUP_H | 31 | #ifndef LL_LLPANELGROUP_H |
@@ -57,7 +60,7 @@ public: | |||
57 | LLPanelGroup(const std::string& filename, | 60 | LLPanelGroup(const std::string& filename, |
58 | const std::string& name, | 61 | const std::string& name, |
59 | const LLUUID& group_id, | 62 | const LLUUID& group_id, |
60 | const std::string& initial_tab_selected = ""); | 63 | const std::string& initial_tab_selected = std::string()); |
61 | virtual ~LLPanelGroup(); | 64 | virtual ~LLPanelGroup(); |
62 | 65 | ||
63 | virtual BOOL postBuild(); | 66 | virtual BOOL postBuild(); |