From 33ddb103e25f1917c60695c6ced59807bf243ac5 Mon Sep 17 00:00:00 2001 From: dolphin Date: Thu, 22 Aug 2013 13:23:18 -0700 Subject: fixed constructor typo --- indra/newview/llfloaterexperienceprofile.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llfloaterexperienceprofile.cpp b/indra/newview/llfloaterexperienceprofile.cpp index e074f83baa..89481e719f 100644 --- a/indra/newview/llfloaterexperienceprofile.cpp +++ b/indra/newview/llfloaterexperienceprofile.cpp @@ -37,7 +37,6 @@ #include "llexpandabletextbox.h" #include "lltexturectrl.h" #include "lltrans.h" -#include #define XML_PANEL_EXPERIENCE_PROFILE "floater_experienceprofile.xml" #define TF_NAME "experience_title" @@ -183,7 +182,7 @@ void LLFloaterExperienceProfile::refreshExperience( const LLSD& experience ) LLSD data; - std::istringstream is = std::istringstream(value); + std::istringstream is(value); if(LLSDParser::PARSE_FAILURE != parser->parse(is, data, value.size())) { if(data.has(TF_MRKT)) -- cgit v1.2.3