diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-08-26 11:19:43 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-08-26 11:19:43 -0700 |
commit | 2f0d1f98834a37063c1ebde2c518bf20854381e2 (patch) | |
tree | 9f88409eee5f6fdfa7b6eb0dd6359150a84e9520 /indra/llui/lllayoutstack.h | |
parent | 3604f7fe4b35758db3a730e5efa4a06b2326bdfb (diff) |
Fix for a mac build error.
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-rw-r--r-- | indra/llui/lllayoutstack.h | 2 |
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> |