aboutsummaryrefslogtreecommitdiffstats
path: root/core/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2022-12-08 06:22:55 -0800
committerChris Robinson <chris.kcat@gmail.com>2022-12-08 06:22:55 -0800
commitb0be3bf883c147a87840b880a6b0a8db36333b6a (patch)
treea1c8bef78fe66a3d431609f3d3ffd3616790282e /core/hrtf.h
parent4c2a96e2c856c07aead4ea5679d27310743b45ae (diff)
Rename a potentially confusing member function
Diffstat (limited to 'core/hrtf.h')
-rw-r--r--core/hrtf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hrtf.h b/core/hrtf.h
index 193576e7..0c8d2a49 100644
--- a/core/hrtf.h
+++ b/core/hrtf.h
@@ -42,7 +42,7 @@ struct HrtfStore {
const ubyte2 *delays;
void add_ref();
- void release();
+ void dec_ref();
DEF_PLACE_NEWDEL()
};