diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llfloaterland.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-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.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 | ||