aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llfloaterland.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
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