summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/tanya/network/socket.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tanya/network/socket.d b/source/tanya/network/socket.d
index 183b9f7..95ac9ee 100644
--- a/source/tanya/network/socket.d
+++ b/source/tanya/network/socket.d
@@ -498,7 +498,7 @@ struct Linger
*
* See_Also: $(D_PSYMBOL time).
*/
- @property enabled(const bool value) pure nothrow @safe @nogc
+ @property void enabled(const bool value) pure nothrow @safe @nogc
{
this.l_onoff = value;
}