diff options
Diffstat (limited to 'indra/newview/llfloatersellland.h')
-rwxr-xr-x | indra/newview/llfloatersellland.h | 4 |
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 |