From cc67f4589256efceb17c58673159b3e687ec0436 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 29 Aug 2011 23:05:47 -0700 Subject: Use the reference counting functions for the buffer and auxiliary slot refs --- OpenAL32/Include/alBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include/alBuffer.h') diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index 12feee5d..8e18732a 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -85,7 +85,7 @@ typedef struct ALbuffer ALsizei LoopStart; ALsizei LoopEnd; - ALuint refcount; // Number of sources using this buffer (deletion can only occur when this is 0) + RefCount ref; // Number of sources using this buffer (deletion can only occur when this is 0) // Index to itself ALuint buffer; -- cgit v1.2.3