aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-08-30 23:28:38 -0700
committerChris Robinson <[email protected]>2011-08-30 23:28:38 -0700
commit9fb91f70aafae4bbc745f9cf52d027cd2b07a52a (patch)
tree99af0c4fb9761c9e3186580aed86148b918bdb0c /OpenAL32/Include/alMain.h
parenta32a3bcda87bc7ee56a13495b4afb3280aee9f9e (diff)
Rename GetReffedContext to GetContextRef
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h2
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);