summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-07-12 16:52:34 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-07-12 16:52:34 +0300
commitdcf21a1287ed20806260aa38959b6fb585ee139a (patch)
treec1709764fdb1ef2b85e805d0702b79ab7b00d7a7 /indra/llui
parent4f6badf216144a37dc86c578d832c3a8f84df73e (diff)
Fixed Linux build.
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lluictrlfactory.h2
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;