aboutsummaryrefslogtreecommitdiffstats
path: root/al/effects/autowah.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'al/effects/autowah.cpp')
-rw-r--r--al/effects/autowah.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/al/effects/autowah.cpp b/al/effects/autowah.cpp
index 51f8fff6..6fa859ba 100644
--- a/al/effects/autowah.cpp
+++ b/al/effects/autowah.cpp
@@ -143,6 +143,8 @@ public:
bool dispatch(
const EaxEaxCall& eax_call) override;
+ // [[nodiscard]]
+ bool apply_deferred() override;
private:
EAXAUTOWAHPROPERTIES eax_{};
@@ -217,9 +219,6 @@ private:
const EaxEaxCall& eax_call);
// [[nodiscard]]
- bool apply_deferred();
-
- // [[nodiscard]]
bool set(
const EaxEaxCall& eax_call);
}; // EaxAutoWahEffect