network.socket.Linger.enabled: Add return type
network.socket.Linger.enabled: Add missing return type (void).
This commit is contained in:
parent
d62f29abd1
commit
24056d53c5
@ -498,7 +498,7 @@ struct Linger
|
|||||||
*
|
*
|
||||||
* See_Also: $(D_PSYMBOL time).
|
* 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;
|
this.l_onoff = value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user