diff options
author | Dave Parks <davep@lindenlab.com> | 2010-03-13 22:52:53 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-03-13 22:52:53 -0600 |
commit | 663147647d270eff17e654cd13be62b18cc6db30 (patch) | |
tree | a8ed70b81266927a218df8bd9091881681a37699 /indra/llplugin/llpluginclassmedia.h | |
parent | 71d11af31083ced30da7b67a2a63e624c93b44a3 (diff) | |
parent | 234cd6e7c04c0840be6ae4a74eaf138e72876f44 (diff) |
merge with viewer-2-0
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
-rw-r--r-- | indra/llplugin/llpluginclassmedia.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index 58e91fa0b4..ce49241e84 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -49,7 +49,11 @@ public: virtual ~LLPluginClassMedia(); // local initialization, called by the media manager when creating a source - virtual bool init(const std::string &launcher_filename, const std::string &plugin_filename, bool debug, const std::string &user_data_path); + virtual bool init(const std::string &launcher_filename, + const std::string &plugin_filename, + bool debug, + const std::string &user_data_path, + const std::string &language_code); // undoes everything init() didm called by the media manager when destroying a source virtual void reset(); |