diff options
author | Chris Robinson <[email protected]> | 2011-08-30 23:28:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-30 23:28:38 -0700 |
commit | 9fb91f70aafae4bbc745f9cf52d027cd2b07a52a (patch) | |
tree | 99af0c4fb9761c9e3186580aed86148b918bdb0c /OpenAL32/Include/alMain.h | |
parent | a32a3bcda87bc7ee56a13495b4afb3280aee9f9e (diff) |
Rename GetReffedContext to GetContextRef
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index c712a38b..faac3029 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -639,7 +639,7 @@ ALvoid *StartThread(ALuint (*func)(ALvoid*), ALvoid *ptr); ALuint StopThread(ALvoid *thread); ALCcontext *GetLockedContext(void); -ALCcontext *GetReffedContext(void); +ALCcontext *GetContextRef(void); typedef struct RingBuffer RingBuffer; RingBuffer *CreateRingBuffer(ALsizei frame_size, ALsizei length); |