diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-07-27 15:34:58 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-07-27 15:34:58 -0700 |
commit | 5c8f22c640fb6955bed345128163a5d5677d8a23 (patch) | |
tree | afdefbd97262899c827b1b939deb0dcce96e022e /indra/newview | |
parent | 061e9efd3e7b7426c69d0f57447722a3aa321d96 (diff) |
fix for gcc
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterwebcontent.cpp | 2 |
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 )); |