summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersellland.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatersellland.h')
-rwxr-xr-xindra/newview/llfloatersellland.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatersellland.h b/indra/newview/llfloatersellland.h
index 077a775ffc..f9bf84ebcf 100755
--- a/indra/newview/llfloatersellland.h
+++ b/indra/newview/llfloatersellland.h
@@ -7,15 +7,17 @@
#ifndef LL_LLFLOATERSELLLAND_H
#define LL_LLFLOATERSELLLAND_H
+#include "llmemory.h"
class LLParcel;
class LLViewerRegion;
+class LLParcelSelection;
class LLFloaterSellLand
{
public:
static void sellLand(LLViewerRegion* region,
- LLParcel* parcel);
+ LLHandle<LLParcelSelection> parcel);
};
#endif // LL_LLFLOATERSELLLAND_H