aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterland.h')
-rw-r--r--linden/indra/newview/llfloaterland.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterland.h b/linden/indra/newview/llfloaterland.h
index 9be813f..7bb3ae8 100644
--- a/linden/indra/newview/llfloaterland.h
+++ b/linden/indra/newview/llfloaterland.h
@@ -5,7 +5,7 @@
5 * 5 *
6 * $LicenseInfo:firstyear=2002&license=viewergpl$ 6 * $LicenseInfo:firstyear=2002&license=viewergpl$
7 * 7 *
8 * Copyright (c) 2002-2007, Linden Research, Inc. 8 * Copyright (c) 2002-2008, Linden Research, Inc.
9 * 9 *
10 * Second Life Viewer Source Code 10 * Second Life Viewer Source Code
11 * The source code in this file ("Source Code") is provided by Linden Lab 11 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -395,6 +395,7 @@ public:
395 void refreshNames(); 395 void refreshNames();
396 virtual void draw(); 396 virtual void draw();
397 397
398 static void onCommitPublicAccess(LLUICtrl* ctrl, void *userdata);
398 static void onCommitAny(LLUICtrl* ctrl, void *userdata); 399 static void onCommitAny(LLUICtrl* ctrl, void *userdata);
399 static void onClickAddAccess(void*); 400 static void onClickAddAccess(void*);
400 static void callbackAvatarCBAccess(const std::vector<std::string>& names, const std::vector<LLUUID>& ids, void* userdata); 401 static void callbackAvatarCBAccess(const std::vector<std::string>& names, const std::vector<LLUUID>& ids, void* userdata);