aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermedia.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewermedia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermedia.h b/linden/indra/newview/llviewermedia.h
index ee5fef4..b2c95c0 100644
--- a/linden/indra/newview/llviewermedia.h
+++ b/linden/indra/newview/llviewermedia.h
@@ -161,7 +161,7 @@ public:
161 static LLPluginClassMedia* newSourceFromMediaType(std::string media_type, LLPluginClassMediaOwner *owner /* may be NULL */, S32 default_width, S32 default_height); 161 static LLPluginClassMedia* newSourceFromMediaType(std::string media_type, LLPluginClassMediaOwner *owner /* may be NULL */, S32 default_width, S32 default_height);
162 162
163 // Internally set our desired browser user agent string, including 163 // Internally set our desired browser user agent string, including
164 // the Second Life version and skin name. Used because we can 164 // the viewer version and skin name. Used because we can
165 // switch skins without restarting the app. 165 // switch skins without restarting the app.
166 static void updateBrowserUserAgent(); 166 static void updateBrowserUserAgent();
167 167