diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-01-05 13:16:18 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-01-05 13:16:18 -0800 |
commit | 3e4c0de0720df6da9db3616a65a0f8525276be90 (patch) | |
tree | 702e7bd3705de37bfba3c9746d9160bfd231a032 /indra | |
parent | 3390ea85822364380ccf0204810829f3b331b6ec (diff) |
Fix for EXT-3918 (Nearby media list displays Home URL when media is not playing).
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermedia.h | 1 |
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; } |