diff options
author | Chris Robinson <[email protected]> | 2023-12-15 18:54:53 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-12-15 21:32:52 -0800 |
commit | 41266e96aeb0cac54d05a9e57dcea0990933dd33 (patch) | |
tree | d0f58ced3312682aae3d6a34432ead6341adaa5a /core/mastering.h | |
parent | 1381a951bea78c67281a2e844e6db1dedbd5ed7c (diff) |
Remove unnecessary macro parameter lists
Diffstat (limited to 'core/mastering.h')
-rw-r--r-- | core/mastering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mastering.h b/core/mastering.h index 0d4f5fa1..35480176 100644 --- a/core/mastering.h +++ b/core/mastering.h @@ -66,7 +66,7 @@ struct Compressor { void process(const uint SamplesToDo, FloatBufferLine *OutBuffer); [[nodiscard]] auto getLookAhead() const noexcept -> int { return static_cast<int>(mLookAhead); } - DEF_PLACE_NEWDEL() + DEF_PLACE_NEWDEL /** * The compressor is initialized with the following settings: |