diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterland.h | 8 |
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; | |||
68 | class LLPanelLandCovenant; | 68 | class LLPanelLandCovenant; |
69 | 69 | ||
70 | class LLFloaterLand | 70 | class 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> >; |
74 | public: | 74 | public: |
@@ -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 | ||