aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/context.h')
-rw-r--r--alc/context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/context.h b/alc/context.h
index 3046c8b7..660a6559 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -456,7 +456,7 @@ private:
}
void eax_initialize_extensions();
- void eax_initialize(const EaxCall& call);
+ void eax_initialize();
bool eax_has_no_default_effect_slot() const noexcept;
void eax_ensure_no_default_effect_slot() const;
@@ -492,7 +492,7 @@ private:
void eax_context_commit_hf_reference();
void eax_context_commit_macro_fx_factor();
- void eax_initialize_fx_slots(const EaxCall& call);
+ void eax_initialize_fx_slots();
void eax_update_sources();