diff options
author | richard <none@none> | 2009-11-09 16:01:21 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-09 16:01:21 -0800 |
commit | 2bc97bd68a774dd373c5688b5dc660abe90b37cc (patch) | |
tree | da3d40f724d59e67477ba294c426feb59239f22c /indra/newview/llviewerwindow.h | |
parent | 4eb72a12a2280d3be6ac556ad80eb953d249e8eb (diff) |
renamed LLLayoutStack::idle to LLLayoutStack::updateClass
converted mWorldViewPlaceholder to a LLHandle<LLView>
improved layout of panel_bottomtray
reviewed by James
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index 31a458a15b..6750c39dbb 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -451,7 +451,7 @@ protected: std::string mInitAlert; // Window / GL initialization requires an alert - LLView* mWorldViewPlaceholder; // widget that spans the portion of screen dedicated to rendering the 3d world + LLHandle<LLView> mWorldViewPlaceholder; // widget that spans the portion of screen dedicated to rendering the 3d world class LLDebugText* mDebugText; // Internal class for debug text |