summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-09-26 18:04:50 -0700
committerMerov Linden <merov@lindenlab.com>2011-09-26 18:04:50 -0700
commit87318979bf8ce1ba68c1e90190737cf99ecc7c50 (patch)
tree0c16dd231491e12373690d5f6e80a1df216ed4d7 /indra/llui
parent53a486649381af53d21de28aced388bc2aacac0f (diff)
EXP-1202 : Fix Mac compilation failure
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llcommandmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llcommandmanager.h b/indra/llui/llcommandmanager.h
index 5b53b65500..7ed8785f17 100644
--- a/indra/llui/llcommandmanager.h
+++ b/indra/llui/llcommandmanager.h
@@ -38,8 +38,8 @@ class LLCommandManager;
class LLCommandId
{
public:
- friend LLCommand;
- friend LLCommandManager;
+ friend class LLCommand;
+ friend class LLCommandManager;
LLCommandId(const std::string& name)
: mName(name)