aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/lua/UHookableEvent.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Lua/src/lua/UHookableEvent.pas')
-rw-r--r--Lua/src/lua/UHookableEvent.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lua/src/lua/UHookableEvent.pas b/Lua/src/lua/UHookableEvent.pas
index de5a8a83..b7f2fc47 100644
--- a/Lua/src/lua/UHookableEvent.pas
+++ b/Lua/src/lua/UHookableEvent.pas
@@ -74,7 +74,7 @@ type
function CallHookChain(Breakable: Boolean): PLua_State; //< calls the events hookchain. if breakable, plugin can breake the chain by returning a value != 0 or false or nil
- destructor Destroy;
+ destructor Destroy; override;
end;
{ the default function for THookableEvent.PrepareStack it don't pass any arguments }