summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellandmedia.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanellandmedia.h')
-rw-r--r--indra/newview/llpanellandmedia.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpanellandmedia.h b/indra/newview/llpanellandmedia.h
index e22e49ca35..4810a0a94c 100644
--- a/indra/newview/llpanellandmedia.h
+++ b/indra/newview/llpanellandmedia.h
@@ -46,9 +46,9 @@ public:
/*virtual*/ ~LLPanelLandMedia();
/*virtual*/ BOOL postBuild();
void refresh();
- void setMediaType(const LLString& media_type);
- void setMediaURL(const LLString& media_type);
- LLString getMediaURL();
+ void setMediaType(const std::string& media_type);
+ void setMediaURL(const std::string& media_type);
+ std::string getMediaURL();
private:
void populateMIMECombo();