forked from teamnwah/openmw-tes3coop
[Server] Add expected ‘;’
This commit is contained in:
parent
d14ad55a49
commit
d9e98ec771
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ boost::any ScriptFunction::Call(const vector<boost::any> &args)
|
||||||
Func f = reinterpret_cast<Func>(fCpp);
|
Func f = reinterpret_cast<Func>(fCpp);
|
||||||
result = ::Call(f, callArgs);
|
result = ::Call(f, callArgs);
|
||||||
#else
|
#else
|
||||||
throw runtime_error("C++ call: Windows and ARM not supported yet.")
|
throw runtime_error("C++ call: Windows and ARM not supported yet.");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue