diff options
| author | Merov Linden <merov@lindenlab.com> | 2011-09-26 18:04:50 -0700 | 
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2011-09-26 18:04:50 -0700 | 
| commit | 87318979bf8ce1ba68c1e90190737cf99ecc7c50 (patch) | |
| tree | 0c16dd231491e12373690d5f6e80a1df216ed4d7 | |
| parent | 53a486649381af53d21de28aced388bc2aacac0f (diff) | |
EXP-1202 : Fix Mac compilation failure
| -rw-r--r-- | indra/llui/llcommandmanager.h | 4 | 
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) | 
