diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-07-12 18:40:51 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-07-12 18:40:51 +0300 |
commit | ee6c66316e9c9a6c019232b5c773d2063328cdd3 (patch) | |
tree | 61be2476631c8fb05b63d4cfe0df5c265b4fd1d8 /indra/llui | |
parent | 8435d93653e4aa3e1c7602c5eaf34b4fed1c74f2 (diff) | |
parent | 34cb8b7402a7e4727dd28ddc90d8d142dbbed3b6 (diff) |
Merge with another head in branch
--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; |