diff options
Diffstat (limited to 'al/effects/fshifter.cpp')
-rw-r--r-- | al/effects/fshifter.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/al/effects/fshifter.cpp b/al/effects/fshifter.cpp index 0100a864..8ad48ab3 100644 --- a/al/effects/fshifter.cpp +++ b/al/effects/fshifter.cpp @@ -164,6 +164,8 @@ public: bool dispatch( const EaxEaxCall& eax_call) override; + // [[nodiscard]] + bool apply_deferred() override; private: EAXFREQUENCYSHIFTERPROPERTIES eax_{}; @@ -228,9 +230,6 @@ private: // [[nodiscard]] - bool apply_deferred(); - - // [[nodiscard]] bool set( const EaxEaxCall& eax_call); }; // EaxFrequencyShifterEffect |