Remove default parameter value from Protocol.disconnected

This commit is contained in:
2017-01-12 18:07:39 +01:00
parent 8ddea0aa46
commit 7bed7f039f
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
* this.transport = transport;
* }
*
* void disconnected(SocketException e = null) @nogc
* void disconnected(SocketException e) @nogc
* {
* }
* }