summary refs log tree commit diff
path: root/crypto/src/util/io/BaseOutputStream.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-04 19:52:55 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-04 19:52:55 +0700
commit94ce0115017a8e36bfae253274ce0d804d928009 (patch)
tree42ea6057291ac35185e136e79922d7f5c47ae4c7 /crypto/src/util/io/BaseOutputStream.cs
parentReplace Close with Dispose for PORTABLE (diff)
downloadBouncyCastle.NET-ed25519-94ce0115017a8e36bfae253274ce0d804d928009.tar.xz
Oops, fix method names
Diffstat (limited to 'crypto/src/util/io/BaseOutputStream.cs')
-rw-r--r--crypto/src/util/io/BaseOutputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/util/io/BaseOutputStream.cs b/crypto/src/util/io/BaseOutputStream.cs

index d85ae8ae4..0b6daa6a5 100644 --- a/crypto/src/util/io/BaseOutputStream.cs +++ b/crypto/src/util/io/BaseOutputStream.cs
@@ -13,7 +13,7 @@ namespace Org.BouncyCastle.Utilities.IO public sealed override bool CanWrite { get { return !closed; } } #if PORTABLE - protected override void Disposing(bool disposing) + protected override void Dispose(bool disposing) { if (disposing) {