summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterwebcontent.cpp
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-07-27 15:34:58 -0700
committerRichard Nelson <richard@lindenlab.com>2011-07-27 15:34:58 -0700
commit5c8f22c640fb6955bed345128163a5d5677d8a23 (patch)
treeafdefbd97262899c827b1b939deb0dcce96e022e /indra/newview/llfloaterwebcontent.cpp
parent061e9efd3e7b7426c69d0f57447722a3aa321d96 (diff)
fix for gcc
Diffstat (limited to 'indra/newview/llfloaterwebcontent.cpp')
-rw-r--r--indra/newview/llfloaterwebcontent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterwebcontent.cpp b/indra/newview/llfloaterwebcontent.cpp
index 8aeb5675a5..5269e9d1d7 100644
--- a/indra/newview/llfloaterwebcontent.cpp
+++ b/indra/newview/llfloaterwebcontent.cpp
@@ -53,7 +53,7 @@ LLFloaterWebContent::_Params::_Params()
LLFloaterWebContent::LLFloaterWebContent( const Params& params )
: LLFloater( params ),
- LLInstanceTracker(params.id()),
+ LLInstanceTracker<LLFloaterWebContent, LLUUID>(params.id()),
mUUID(params.id().asString())
{
mCommitCallbackRegistrar.add( "WebContent.Back", boost::bind( &LLFloaterWebContent::onClickBack, this ));