mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[Server] Add expected ‘;’
This commit is contained in:
parent
d14ad55a49
commit
d9e98ec771
@ -159,7 +159,7 @@ boost::any ScriptFunction::Call(const vector<boost::any> &args)
|
||||
Func f = reinterpret_cast<Func>(fCpp);
|
||||
result = ::Call(f, callArgs);
|
||||
#else
|
||||
throw runtime_error("C++ call: Windows and ARM not supported yet.")
|
||||
throw runtime_error("C++ call: Windows and ARM not supported yet.");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user