From b0be3bf883c147a87840b880a6b0a8db36333b6a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 8 Dec 2022 06:22:55 -0800 Subject: Rename a potentially confusing member function --- core/hrtf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/hrtf.cpp') diff --git a/core/hrtf.cpp b/core/hrtf.cpp index 383d4340..2b3fdc13 100644 --- a/core/hrtf.cpp +++ b/core/hrtf.cpp @@ -1433,7 +1433,7 @@ void HrtfStore::add_ref() TRACE("HrtfStore %p increasing refcount to %u\n", decltype(std::declval()){this}, ref); } -void HrtfStore::release() +void HrtfStore::dec_ref() { auto ref = DecrementRef(mRef); TRACE("HrtfStore %p decreasing refcount to %u\n", decltype(std::declval()){this}, ref); -- cgit v1.2.3