summaryrefslogtreecommitdiff
path: root/indra/llui/lluictrlfactory.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-10-27 17:25:21 -0700
committerRichard Linden <none@none>2011-10-27 17:25:21 -0700
commit5c6de23e035d76f8f9dfff5ef27bed34d204090f (patch)
treee46a9d4f3cdcea4e1e3fb1ca99ec872b60c8f25b /indra/llui/lluictrlfactory.h
parenta09df4f840fc841870da76e904efec51d3e304b4 (diff)
parent9233c4a6b4857800683fe5a20dffc89172b61b43 (diff)
Automated merge with bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.jg4asg\ssh__richard@hg.lindenlab.com_richard_viewer-experience-fui_ktzuqq.hg
Diffstat (limited to 'indra/llui/lluictrlfactory.h')
-rw-r--r--indra/llui/lluictrlfactory.h6
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: