diff options
Diffstat (limited to 'xbmc/interfaces/python/AddonPythonInvoker.h')
-rw-r--r-- | xbmc/interfaces/python/AddonPythonInvoker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/python/AddonPythonInvoker.h b/xbmc/interfaces/python/AddonPythonInvoker.h index 8517981d12..452d4118d0 100644 --- a/xbmc/interfaces/python/AddonPythonInvoker.h +++ b/xbmc/interfaces/python/AddonPythonInvoker.h @@ -24,7 +24,7 @@ class CAddonPythonInvoker : public CPythonInvoker { public: - CAddonPythonInvoker(ILanguageInvocationHandler *invocationHandler); + explicit CAddonPythonInvoker(ILanguageInvocationHandler *invocationHandler); virtual ~CAddonPythonInvoker(); protected: |