diff options
Diffstat (limited to 'indra/newview/llfloatersellland.h')
-rw-r--r-- | indra/newview/llfloatersellland.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llfloatersellland.h b/indra/newview/llfloatersellland.h index 1b3a33ebb8..1adf08052b 100644 --- a/indra/newview/llfloatersellland.h +++ b/indra/newview/llfloatersellland.h @@ -31,8 +31,10 @@ #ifndef LL_LLFLOATERSELLLAND_H #define LL_LLFLOATERSELLLAND_H -#include "llmemory.h" +#include "llsafehandle.h" + +class LLFloater; class LLParcel; class LLViewerRegion; class LLParcelSelection; @@ -42,6 +44,8 @@ class LLFloaterSellLand public: static void sellLand(LLViewerRegion* region, LLSafeHandle<LLParcelSelection> parcel); + + static LLFloater* buildFloater(const LLSD& key); }; #endif // LL_LLFLOATERSELLLAND_H |