Skip to content

Commit

Permalink
setDecimalPrecision was unworkable
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Aug 14, 2023
1 parent 845b770 commit b03db1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/dplug/client/params.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b03db1b

Please sign in to comment.