diff options
| -rw-r--r-- | indra/llui/lltoolbar.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h index 768f42309d..dd454e3f0b 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -47,7 +47,7 @@ public:  	void draw();  protected: -	friend LLUICtrlFactory; +	friend class LLUICtrlFactory;  	LLToolBar(const Params&);  	void initFromParams(const Params&); | 
