summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2010-08-26 11:19:43 -0700
committerMonroe Linden <monroe@lindenlab.com>2010-08-26 11:19:43 -0700
commit2f0d1f98834a37063c1ebde2c518bf20854381e2 (patch)
tree9f88409eee5f6fdfa7b6eb0dd6359150a84e9520
parent3604f7fe4b35758db3a730e5efa4a06b2326bdfb (diff)
Fix for a mac build error.
-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 9bcfa2c957..e62c9776cb 100644
--- a/indra/llui/lllayoutstack.h
+++ b/indra/llui/lllayoutstack.h
@@ -142,7 +142,7 @@ private:
class LLLayoutPanel : public LLPanel
{
-friend LLLayoutStack;
+friend class LLLayoutStack;
friend class LLUICtrlFactory;
public:
struct Params : public LLInitParam::Block<Params, LLPanel::Params>