mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed linux compile error
This commit is contained in:
parent
482536ff1c
commit
de08fe7ca3
1 changed files with 2 additions and 1 deletions
|
@ -2968,7 +2968,8 @@ bool Listener::ProcessEvent( const Event &ev )
|
|||
{
|
||||
try
|
||||
{
|
||||
return ProcessScriptEvent(Event(ev));
|
||||
Event event(ev);
|
||||
return ProcessScriptEvent(event);
|
||||
}
|
||||
catch (ScriptException& exc)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue