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:
authorCampbell Barton <ideasman42@gmail.com>2020-03-29 08:34:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-29 08:37:57 +0300
commitd5163e06c3e3c18e07756fbb86fb3e8f637db2fd (patch)
tree5aeb94873a180fe69fc98a06a40e6a2dec4b7c7e /source/blender/blenkernel/BKE_sound.h
parentac02c702e5ecfd1a01f0c377dc30336a473580ca (diff)
Cleanup: strict-prototypes warning
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index 847adf56a93..685582bcecf 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -117,8 +117,8 @@ void BKE_sound_ensure_scene(struct Scene *scene);
void BKE_sound_destroy_scene(struct Scene *scene);
-void BKE_sound_lock();
-void BKE_sound_unlock();
+void BKE_sound_lock(void);
+void BKE_sound_unlock(void);
void BKE_sound_reset_scene_specs(struct Scene *scene);