diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-12 16:52:34 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-12 16:52:34 +0300 |
commit | dcf21a1287ed20806260aa38959b6fb585ee139a (patch) | |
tree | c1709764fdb1ef2b85e805d0702b79ab7b00d7a7 /indra/llui | |
parent | 4f6badf216144a37dc86c578d832c3a8f84df73e (diff) |
Fixed Linux build.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lluictrlfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluictrlfactory.h b/indra/llui/lluictrlfactory.h index ff99712c5f..dc43b311a7 100644 --- a/indra/llui/lluictrlfactory.h +++ b/indra/llui/lluictrlfactory.h @@ -182,7 +182,7 @@ public: void popFactoryFunctions(); template<typename T> - static T* createWidget(typename const T::Params& params, LLView* parent = NULL) + static T* createWidget(const typename T::Params& params, LLView* parent = NULL) { T* widget = NULL; |