diff --git a/src/dscanner/analysis/base.d b/src/dscanner/analysis/base.d index d7c7e96..d6e8b14 100644 --- a/src/dscanner/analysis/base.d +++ b/src/dscanner/analysis/base.d @@ -81,7 +81,7 @@ protected: override void visit(const T structDec) { inAggregate = true; - () @trusted { structDec.accept(this); } (); + () @trusted { structDec.accept(this); } (); inAggregate = false; } }