diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-09-16 11:58:16 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-09-16 11:58:16 -0700 |
commit | 712d4585950230ebd5ba66b3c60982ebcf6ebce9 (patch) | |
tree | dfdc5af716d83250c0be5b34eaf01cd66c1b1dee /indra/llui/lluictrlfactory.h | |
parent | 9e00dc0cc0af26d85d5613e8bddc03067e37c7d2 (diff) | |
parent | c10832bb9ade5efa2a501cb3b39f769aa3024363 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/llui/lluictrlfactory.h')
-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 f0ba7fc7d7..d345ad4cd0 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: |