From b03db1bfc989e0582e55aaf8cd72c86dc5f22bfa Mon Sep 17 00:00:00 2001 From: Guillaume Piolat Date: Mon, 14 Aug 2023 11:21:09 +0200 Subject: [PATCH] setDecimalPrecision was unworkable --- client/dplug/client/params.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/dplug/client/params.d b/client/dplug/client/params.d index 82a68513..7bb713d3 100644 --- a/client/dplug/client/params.d +++ b/client/dplug/client/params.d @@ -712,7 +712,7 @@ public: } /// Helper for `setDecimalPrecision` that returns this, help when in parameter creation. - final FloatParameter withDecimalPrecision(int digits) + final FloatParameter withDecimalPrecision(int digits) nothrow @nogc { setDecimalPrecision(digits); return this;