From 89d7e7c5fba8549c667455e6784a1414ee74761e Mon Sep 17 00:00:00 2001 From: Shunta Imai Date: Wed, 24 Jul 2019 15:49:53 +0900 Subject: [PATCH] Fixed compile error in some platform --- Assets/UniRx.Async/Internal/ReusablePromise.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/UniRx.Async/Internal/ReusablePromise.cs b/Assets/UniRx.Async/Internal/ReusablePromise.cs index 5e1efea..68ade0a 100644 --- a/Assets/UniRx.Async/Internal/ReusablePromise.cs +++ b/Assets/UniRx.Async/Internal/ReusablePromise.cs @@ -391,5 +391,5 @@ namespace UniRx.Async.Internal public abstract bool MoveNext(); } +} #endif -} \ No newline at end of file