aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/lua/UHookableEvent.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-05-16 13:20:15 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-05-16 13:20:15 +0000
commit1b16d798f4d03b0ce4d5dfc13d29d0e3fc92ce05 (patch)
tree579c5ada8c1730d526e0520774ee14e57fe9d922 /Lua/src/lua/UHookableEvent.pas
parente39e144e1de65be5e13cf329f196116492be118e (diff)
downloadusdx-1b16d798f4d03b0ce4d5dfc13d29d0e3fc92ce05.tar.gz
usdx-1b16d798f4d03b0ce4d5dfc13d29d0e3fc92ce05.tar.xz
usdx-1b16d798f4d03b0ce4d5dfc13d29d0e3fc92ce05.zip
resolve some warnings
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1735 b956fd51-792f-4845-bead-9b4dfca2ff2c
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 }