diff options
Diffstat (limited to 'linden/indra/newview/llfloatersellland.h')
-rwxr-xr-x | linden/indra/newview/llfloatersellland.h | 4 |
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 | ||
30 | class LLParcel; | 31 | class LLParcel; |
31 | class LLViewerRegion; | 32 | class LLViewerRegion; |
33 | class LLParcelSelection; | ||
32 | 34 | ||
33 | class LLFloaterSellLand | 35 | class LLFloaterSellLand |
34 | { | 36 | { |
35 | public: | 37 | public: |
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 |