Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Müller <nexyon@gmail.com>2015-04-21 16:20:19 +0300
committerJörg Müller <nexyon@gmail.com>2015-07-28 15:01:52 +0300
commitf700c1f3a826ad7d2576822779f676a9b16fde7a (patch)
tree80ba565215d24aab36d1cc027a227845aca66fed /source/blender/blenkernel/intern/sound.c
parent009bb9e5c9fb6542193e6a4250643420a7016726 (diff)
Audaspace: name fixes and external library update.
Diffstat (limited to 'source/blender/blenkernel/intern/sound.c')
-rw-r--r--source/blender/blenkernel/intern/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c
index a7346c8af67..db92e0ed3c9 100644
--- a/source/blender/blenkernel/intern/sound.c
+++ b/source/blender/blenkernel/intern/sound.c
@@ -182,7 +182,7 @@ void BKE_sound_init_once(void)
static AUD_Device* sound_device;
-void* sound_get_device(void)
+void* BKE_sound_get_device(void)
{
return sound_device;
}