diff options
author | richard <none@none> | 2009-12-09 17:42:44 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-09 17:42:44 -0800 |
commit | 6fae49dc2afe1430b22aa09d49ba91ee0f73e994 (patch) | |
tree | 05a6a05eea73cf3f7aa53524c33203c077bea815 /indra/llplugin/llpluginclassmedia.h | |
parent | 6408298aad1af6c0a49fd41490070d7a65a7ec52 (diff) | |
parent | 418f30d1cdd5cc37fced19ca0a4c45f17ee84a90 (diff) |
Merge
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
-rw-r--r-- | indra/llplugin/llpluginclassmedia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index 6b64688718..b58067733b 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -49,7 +49,7 @@ 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 = false); + virtual bool init(const std::string &launcher_filename, const std::string &plugin_filename, bool debug, const std::string &user_data_path); // undoes everything init() didm called by the media manager when destroying a source virtual void reset(); |