diff options
author | Richard Linden <none@none> | 2013-11-20 18:16:54 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-11-20 18:16:54 -0800 |
commit | 3d35f00d63a41fabe61b1c04b227c9e94e81de17 (patch) | |
tree | 31c4a85415d87c71cd35e8262235e239b618fc6e /indra/newview/llfloaterwebcontent.cpp | |
parent | 7a91ec40aae5f2908573cdf02d0394effee2c0e3 (diff) |
BUILDFIX: forgot template parameter
Diffstat (limited to 'indra/newview/llfloaterwebcontent.cpp')
-rwxr-xr-x | 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 2987eb82b9..cb312a11c8 100755 --- a/indra/newview/llfloaterwebcontent.cpp +++ b/indra/newview/llfloaterwebcontent.cpp @@ -56,7 +56,7 @@ LLFloaterWebContent::_Params::_Params() LLFloaterWebContent::LLFloaterWebContent( const Params& params ) : LLFloater( params ), - LLInstanceTracker<LLFloaterWebContent, std::string>(params.id()), + LLInstanceTracker<LLFloaterWebContent, std::string, LLInstanceTrackerReplaceOnCollision>(params.id()), mWebBrowser(NULL), mAddressCombo(NULL), mSecureLockIcon(NULL), |