Fix compilation on nim devel (#130)
This commit is contained in:
parent
2424f2b215
commit
acbe30e9ca
|
@ -210,5 +210,5 @@ method decode*(self: Ext, frame: Frame): Future[Frame] {.base, async.} =
|
|||
method encode*(self: Ext, frame: Frame): Future[Frame] {.base, async.} =
|
||||
raiseAssert "Not implemented!"
|
||||
|
||||
method toHttpOptions*(self: Ext): string {.base.} =
|
||||
method toHttpOptions*(self: Ext): string {.base, gcsafe.} =
|
||||
raiseAssert "Not implemented!"
|
||||
|
|
Loading…
Reference in New Issue