From d9e98ec771437cf9ae038e8bf3192c212644afde Mon Sep 17 00:00:00 2001 From: Koncord Date: Fri, 30 Jun 2017 19:58:14 +0800 Subject: [PATCH] =?UTF-8?q?[Server]=20Add=20expected=20=E2=80=98;=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/openmw-mp/Script/ScriptFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/Script/ScriptFunction.cpp b/apps/openmw-mp/Script/ScriptFunction.cpp index fd36f109f..c30aae462 100644 --- a/apps/openmw-mp/Script/ScriptFunction.cpp +++ b/apps/openmw-mp/Script/ScriptFunction.cpp @@ -159,7 +159,7 @@ boost::any ScriptFunction::Call(const vector &args) Func f = reinterpret_cast(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 }