aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatersellland.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatersellland.h')
-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