diff options
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/lluictrlfactory.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/llui/lluictrlfactory.h b/indra/llui/lluictrlfactory.h index d612ad5005..71c38237c1 100644 --- a/indra/llui/lluictrlfactory.h +++ b/indra/llui/lluictrlfactory.h @@ -125,12 +125,12 @@ private:  	// base case for recursion, there are NO base classes of LLInitParam::BaseBlock  	template<int DUMMY> -	class ParamDefaults<LLInitParam::BaseBlock, DUMMY> : public LLSingleton<ParamDefaults<LLInitParam::BaseBlock, DUMMY> > +	class ParamDefaults<LLInitParam::BaseBlockWithFlags, DUMMY> : public LLSingleton<ParamDefaults<LLInitParam::BaseBlockWithFlags, DUMMY> >  	{  	public: -		const LLInitParam::BaseBlock& get() { return mBaseBlock; } +		const LLInitParam::BaseBlockWithFlags& get() { return mBaseBlock; }  	private: -		LLInitParam::BaseBlock mBaseBlock; +		LLInitParam::BaseBlockWithFlags mBaseBlock;  	};  public: | 
