aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/eax_effect.h')
-rw-r--r--al/eax_effect.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/al/eax_effect.h b/al/eax_effect.h
index 6de9afcc..45315ca6 100644
--- a/al/eax_effect.h
+++ b/al/eax_effect.h
@@ -17,11 +17,9 @@ public:
const ALenum al_effect_type_;
EffectProps al_effect_props_{};
- // Returns "true" if any immediated property was changed.
- // [[nodiscard]]
- virtual bool dispatch(
- const EaxEaxCall& eax_call) = 0;
+ virtual void dispatch(const EaxEaxCall& eax_call) = 0;
+ // Returns "true" if any immediated property was changed.
// [[nodiscard]]
virtual bool apply_deferred() = 0;
}; // EaxEffect