summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index 4c1c6bb..a9a6b16 100644
--- a/src/core.h
+++ b/src/core.h
@@ -91,7 +91,7 @@ struct auplay {
*/
struct ausrc_st {
- struct ausrc *as;
+ const struct ausrc *as;
};
struct ausrc {