Skip to content

Commit 7a79138

Browse files
committed
Fix autobuilds
1 parent 2029d7d commit 7a79138

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/plugins/audioreverb.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ class CAudioReverb
5656
NUM_REV_PRESETS = 5
5757
};
5858

59-
constexpr static float const presets[NUM_REV_PRESETS][MVerb<float>::NUM_PARAMS] = { { .5, .5, .5, .5, .5, 1., 1., .5, .75 },
60-
{ 0., .5, 1., .5, 0., 1., 1., .35, .75 },
61-
{ 0., .5, 1., .5, 0., 1., 1., 1., .75 },
62-
{ .9, .5, .1, .5, 0., 1., 1., 1., .75 },
63-
{ .5, .5, .5, .5, .5, 1., 1., .5, .75 }
59+
constexpr static inline float const presets[NUM_REV_PRESETS][MVerb<float>::NUM_PARAMS] = { { .5, .5, .5, .5, .5, 1., 1., .5, .75 },
60+
{ 0., .5, 1., .5, 0., 1., 1., .35, .75 },
61+
{ 0., .5, 1., .5, 0., 1., 1., 1., .75 },
62+
{ .9, .5, .1, .5, 0., 1., 1., 1., .75 },
63+
{ .5, .5, .5, .5, .5, 1., 1., .5, .75 }
6464

6565
};
6666
};

0 commit comments

Comments
 (0)