aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatersellland.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/llfloatersellland.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 '')
-rwxr-xr-xlinden/indra/newview/llfloatersellland.h4
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
30class LLParcel; 31class LLParcel;
31class LLViewerRegion; 32class LLViewerRegion;
33class LLParcelSelection;
32 34
33class LLFloaterSellLand 35class LLFloaterSellLand
34{ 36{
35public: 37public:
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