aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/context.h')
-rw-r--r--alc/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/context.h b/alc/context.h
index 93b70d83..b22aaf62 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -204,7 +204,7 @@ public:
#ifdef ALSOFT_EAX
public:
- bool has_eax() const noexcept;
+ bool has_eax() const noexcept { return eax_is_initialized_; }
bool eax_is_capable() const noexcept;