aboutsummaryrefslogtreecommitdiffstats
path: root/al/effects/vmorpher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'al/effects/vmorpher.cpp')
-rw-r--r--al/effects/vmorpher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/al/effects/vmorpher.cpp b/al/effects/vmorpher.cpp
index 3081201c..15f099b1 100644
--- a/al/effects/vmorpher.cpp
+++ b/al/effects/vmorpher.cpp
@@ -285,6 +285,9 @@ public:
bool dispatch(
const EaxEaxCall& eax_call) override;
+ // [[nodiscard]]
+ bool apply_deferred() override;
+
private:
EAXVOCALMORPHERPROPERTIES eax_{};
EAXVOCALMORPHERPROPERTIES eax_d_{};
@@ -381,9 +384,6 @@ private:
// [[nodiscard]]
- bool apply_deferred();
-
- // [[nodiscard]]
bool set(
const EaxEaxCall& eax_call);
}; // EaxVocalMorpherEffect