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/llfloatersellland.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 '')
-rwxr-xr-x | linden/indra/newview/llfloatersellland.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatersellland.h b/linden/indra/newview/llfloatersellland.h index 183ffc4..4131011 100755 --- a/linden/indra/newview/llfloatersellland.h +++ b/linden/indra/newview/llfloatersellland.h | |||
@@ -26,15 +26,17 @@ | |||
26 | 26 | ||
27 | #ifndef LL_LLFLOATERSELLLAND_H | 27 | #ifndef LL_LLFLOATERSELLLAND_H |
28 | #define LL_LLFLOATERSELLLAND_H | 28 | #define LL_LLFLOATERSELLLAND_H |
29 | #include "llmemory.h" | ||
29 | 30 | ||
30 | class LLParcel; | 31 | class LLParcel; |
31 | class LLViewerRegion; | 32 | class LLViewerRegion; |
33 | class LLParcelSelection; | ||
32 | 34 | ||
33 | class LLFloaterSellLand | 35 | class LLFloaterSellLand |
34 | { | 36 | { |
35 | public: | 37 | public: |
36 | static void sellLand(LLViewerRegion* region, | 38 | static void sellLand(LLViewerRegion* region, |
37 | LLParcel* parcel); | 39 | LLHandle<LLParcelSelection> parcel); |
38 | }; | 40 | }; |
39 | 41 | ||
40 | #endif // LL_LLFLOATERSELLLAND_H | 42 | #endif // LL_LLFLOATERSELLLAND_H |