diff options
Diffstat (limited to '')
-rw-r--r-- | source/Plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugin.h b/source/Plugin.h index 2595b9470..6e3e5f1d2 100644 --- a/source/Plugin.h +++ b/source/Plugin.h @@ -118,7 +118,7 @@ public: Returns true if the hook can be added (handler exists) Descendants should also log the specific error message as a warning if they return false. */ - virtual bool CanAddHook(cPluginManager::PluginHook a_Hook) = 0; + virtual bool CanAddHook(int a_Hook) = 0; // tolua_begin const AString & GetName(void) const { return m_Name; } |