Merge pull request #28 from rarudo/fix/compile_error

Fixed compile error in some platform
This commit is contained in:
Yoshifumi Kawai
2019-07-25 16:45:54 +09:00
committed by GitHub

View File

@@ -391,5 +391,5 @@ namespace UniRx.Async.Internal
public abstract bool MoveNext();
}
}
#endif
}