aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterbuyland.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloaterbuyland.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llfloaterbuyland.h')
-rw-r--r--linden/indra/newview/llfloaterbuyland.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterbuyland.h b/linden/indra/newview/llfloaterbuyland.h
index 016c1ec..a91c6d6 100644
--- a/linden/indra/newview/llfloaterbuyland.h
+++ b/linden/indra/newview/llfloaterbuyland.h
@@ -28,15 +28,15 @@
28#ifndef LL_LLFLOATERBUYLAND_H 28#ifndef LL_LLFLOATERBUYLAND_H
29#define LL_LLFLOATERBUYLAND_H 29#define LL_LLFLOATERBUYLAND_H
30 30
31class LLParcel;
32class LLViewerRegion; 31class LLViewerRegion;
33class LLViewerTextEditor; 32class LLViewerTextEditor;
33class LLParcelSelection;
34 34
35class LLFloaterBuyLand 35class LLFloaterBuyLand
36{ 36{
37public: 37public:
38 static void buyLand(LLViewerRegion* region, 38 static void buyLand(LLViewerRegion* region,
39 LLParcel* parcel, 39 LLHandle<LLParcelSelection> parcel,
40 bool is_for_group); 40 bool is_for_group);
41 static void updateCovenantText(const std::string& string, const LLUUID& asset_id); 41 static void updateCovenantText(const std::string& string, const LLUUID& asset_id);
42 static void updateEstateName(const std::string& name); 42 static void updateEstateName(const std::string& name);