diff options
Diffstat (limited to 'linden/indra/newview/llviewermedia.h')
-rw-r--r-- | linden/indra/newview/llviewermedia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermedia.h b/linden/indra/newview/llviewermedia.h index afda426..43895c9 100644 --- a/linden/indra/newview/llviewermedia.h +++ b/linden/indra/newview/llviewermedia.h | |||
@@ -156,7 +156,7 @@ public: | |||
156 | static LLPluginClassMedia* newSourceFromMediaType(std::string media_type, LLPluginClassMediaOwner *owner /* may be NULL */, S32 default_width, S32 default_height); | 156 | static LLPluginClassMedia* newSourceFromMediaType(std::string media_type, LLPluginClassMediaOwner *owner /* may be NULL */, S32 default_width, S32 default_height); |
157 | 157 | ||
158 | // Internally set our desired browser user agent string, including | 158 | // Internally set our desired browser user agent string, including |
159 | // the Second Life version and skin name. Used because we can | 159 | // the viewer version and skin name. Used because we can |
160 | // switch skins without restarting the app. | 160 | // switch skins without restarting the app. |
161 | static void updateBrowserUserAgent(); | 161 | static void updateBrowserUserAgent(); |
162 | 162 | ||