summaryrefslogtreecommitdiff
path: root/indra/llui/lllayoutstack.h
diff options
context:
space:
mode:
authorrichard <none@none>2009-11-09 16:01:21 -0800
committerrichard <none@none>2009-11-09 16:01:21 -0800
commit2bc97bd68a774dd373c5688b5dc660abe90b37cc (patch)
treeda3d40f724d59e67477ba294c426feb59239f22c /indra/llui/lllayoutstack.h
parent4eb72a12a2280d3be6ac556ad80eb953d249e8eb (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/llui/lllayoutstack.h')
-rw-r--r--indra/llui/lllayoutstack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h
index 11d604b7ec..8475079f5e 100644
--- a/indra/llui/lllayoutstack.h
+++ b/indra/llui/lllayoutstack.h
@@ -83,7 +83,7 @@ public:
void updatePanelAutoResize(const std::string& panel_name, BOOL auto_resize);
- static void idle();
+ static void updateClass();
protected:
LLLayoutStack(const Params&);