diff options
Diffstat (limited to 'indra/newview/llfloaterland.h')
-rw-r--r-- | indra/newview/llfloaterland.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llfloaterland.h b/indra/newview/llfloaterland.h index 38d58fabfe..9979e8b24a 100644 --- a/indra/newview/llfloaterland.h +++ b/indra/newview/llfloaterland.h @@ -68,7 +68,7 @@ class LLPanelLandRenters; class LLPanelLandCovenant; class LLFloaterLand -: public LLFloater, public LLUISingleton<LLFloaterLand, VisibilityPolicy<LLFloater> > +: public LLFloater, public LLFloaterSingleton<LLFloaterLand> { friend class LLUISingleton<LLFloaterLand, VisibilityPolicy<LLFloater> >; public: @@ -281,9 +281,9 @@ protected: LLButton *mBtnReturnOwnerList; LLNameListCtrl *mOwnerList; - LLPointer<LLViewerImage> mIconAvatarOnline; - LLPointer<LLViewerImage> mIconAvatarOffline; - LLPointer<LLViewerImage> mIconGroup; + LLUIImagePtr mIconAvatarOnline; + LLUIImagePtr mIconAvatarOffline; + LLUIImagePtr mIconGroup; BOOL mFirstReply; |