summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2010-01-05 13:16:18 -0800
committerMonroe Linden <monroe@lindenlab.com>2010-01-05 13:16:18 -0800
commit3e4c0de0720df6da9db3616a65a0f8525276be90 (patch)
tree702e7bd3705de37bfba3c9746d9160bfd231a032 /indra/newview
parent3390ea85822364380ccf0204810829f3b331b6ec (diff)
Fix for EXT-3918 (Nearby media list displays Home URL when media is not playing).
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewermedia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h
index 28fb379960..63f461b4c4 100644
--- a/indra/newview/llviewermedia.h
+++ b/indra/newview/llviewermedia.h
@@ -187,6 +187,7 @@ public:
std::string getMediaURL() const { return mMediaURL; }
std::string getCurrentMediaURL();
std::string getHomeURL() { return mHomeURL; }
+ std::string getMediaEntryURL() { return mMediaEntryURL; }
void setHomeURL(const std::string& home_url) { mHomeURL = home_url; };
void clearCache();
std::string getMimeType() { return mMimeType; }