diff --git a/source/nbuff/buffer.d b/source/nbuff/buffer.d index 65f38ac..cf2ec31 100644 --- a/source/nbuff/buffer.d +++ b/source/nbuff/buffer.d @@ -70,7 +70,7 @@ debug(nbuff) @safe @nogc nothrow { //debug(nbuff)errorf("[%x] %s:%d Exception: %s", Thread.getThis().id(), file, line, e); } - catch + catch(Exception e) { } }(); @@ -2174,4 +2174,4 @@ version(Posix) } } -} \ No newline at end of file +}