aboutsummaryrefslogtreecommitdiffstats
path: root/al/effects/echo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'al/effects/echo.cpp')
-rw-r--r--al/effects/echo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/al/effects/echo.cpp b/al/effects/echo.cpp
index f54e4f31..b2e45091 100644
--- a/al/effects/echo.cpp
+++ b/al/effects/echo.cpp
@@ -145,6 +145,8 @@ public:
bool dispatch(
const EaxEaxCall& eax_call) override;
+ // [[nodiscard]]
+ bool apply_deferred() override;
private:
EAXECHOPROPERTIES eax_{};
@@ -230,8 +232,6 @@ private:
const EaxEaxCall& eax_call);
- bool apply_deferred();
-
bool set(
const EaxEaxCall& eax_call);
}; // EaxEchoEffect