aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterland.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llfloaterland.h b/linden/indra/newview/llfloaterland.h
index e9198cb..b0dcd04 100644
--- a/linden/indra/newview/llfloaterland.h
+++ b/linden/indra/newview/llfloaterland.h
@@ -68,7 +68,7 @@ class LLPanelLandRenters;
68class LLPanelLandCovenant; 68class LLPanelLandCovenant;
69 69
70class LLFloaterLand 70class LLFloaterLand
71: public LLFloater, public LLUISingleton<LLFloaterLand, VisibilityPolicy<LLFloater> > 71: public LLFloater, public LLFloaterSingleton<LLFloaterLand>
72{ 72{
73 friend class LLUISingleton<LLFloaterLand, VisibilityPolicy<LLFloater> >; 73 friend class LLUISingleton<LLFloaterLand, VisibilityPolicy<LLFloater> >;
74public: 74public:
@@ -281,9 +281,9 @@ protected:
281 LLButton *mBtnReturnOwnerList; 281 LLButton *mBtnReturnOwnerList;
282 LLNameListCtrl *mOwnerList; 282 LLNameListCtrl *mOwnerList;
283 283
284 LLPointer<LLViewerImage> mIconAvatarOnline; 284 LLUIImagePtr mIconAvatarOnline;
285 LLPointer<LLViewerImage> mIconAvatarOffline; 285 LLUIImagePtr mIconAvatarOffline;
286 LLPointer<LLViewerImage> mIconGroup; 286 LLUIImagePtr mIconGroup;
287 287
288 BOOL mFirstReply; 288 BOOL mFirstReply;
289 289