diff options
Diffstat (limited to 'linden/indra/newview/llfloaterreporter.h')
-rw-r--r-- | linden/indra/newview/llfloaterreporter.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterreporter.h b/linden/indra/newview/llfloaterreporter.h index 32fff6b..771a6a3 100644 --- a/linden/indra/newview/llfloaterreporter.h +++ b/linden/indra/newview/llfloaterreporter.h | |||
@@ -3,6 +3,8 @@ | |||
3 | * @author Andrew Meadows | 3 | * @author Andrew Meadows |
4 | * @brief Bug and abuse reports. | 4 | * @brief Bug and abuse reports. |
5 | * | 5 | * |
6 | * $LicenseInfo:firstyear=2006&license=viewergpl$ | ||
7 | * | ||
6 | * Copyright (c) 2006-2007, Linden Research, Inc. | 8 | * Copyright (c) 2006-2007, Linden Research, Inc. |
7 | * | 9 | * |
8 | * Second Life Viewer Source Code | 10 | * Second Life Viewer Source Code |
@@ -25,6 +27,7 @@ | |||
25 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 27 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
26 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 28 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
27 | * COMPLETENESS OR PERFORMANCE. | 29 | * COMPLETENESS OR PERFORMANCE. |
30 | * $/LicenseInfo$ | ||
28 | */ | 31 | */ |
29 | 32 | ||
30 | #ifndef LL_LLFLOATERREPORTER_H | 33 | #ifndef LL_LLFLOATERREPORTER_H |
@@ -106,7 +109,7 @@ public: | |||
106 | // static | 109 | // static |
107 | static void processRegionInfo(LLMessageSystem* msg); | 110 | static void processRegionInfo(LLMessageSystem* msg); |
108 | 111 | ||
109 | void setPickedObjectProperties(const char *object_name, const char *owner_name, const LLUUID owner_id); | 112 | void setPickedObjectProperties(const LLString& object_name, const LLString& owner_name, const LLUUID owner_id); |
110 | 113 | ||
111 | private: | 114 | private: |
112 | void takeScreenshot(); | 115 | void takeScreenshot(); |