diff options
Diffstat (limited to 'xbmc/interfaces/python/AddonPythonInvoker.h')
-rw-r--r-- | xbmc/interfaces/python/AddonPythonInvoker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xbmc/interfaces/python/AddonPythonInvoker.h b/xbmc/interfaces/python/AddonPythonInvoker.h index a8460712ea..dfc6c9b25e 100644 --- a/xbmc/interfaces/python/AddonPythonInvoker.h +++ b/xbmc/interfaces/python/AddonPythonInvoker.h @@ -16,8 +16,9 @@ public: explicit CAddonPythonInvoker(ILanguageInvocationHandler *invocationHandler); ~CAddonPythonInvoker() override; + static void GlobalInitializeModules(void); + protected: // overrides of CPythonInvoker - std::map<std::string, PythonModuleInitialization> getModules() const override; const char* getInitializationScript() const override; }; |