diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloaterbuyland.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-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.h | 4 |
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 | ||
31 | class LLParcel; | ||
32 | class LLViewerRegion; | 31 | class LLViewerRegion; |
33 | class LLViewerTextEditor; | 32 | class LLViewerTextEditor; |
33 | class LLParcelSelection; | ||
34 | 34 | ||
35 | class LLFloaterBuyLand | 35 | class LLFloaterBuyLand |
36 | { | 36 | { |
37 | public: | 37 | public: |
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); |