Merge pull request #28 from rarudo/fix/compile_error

Fixed compile error in some platform
master
Yoshifumi Kawai 2019-07-25 16:45:54 +09:00 committed by GitHub
commit 10ba7bcfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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