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
path: root/intern
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2009-07-10 23:55:16 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-07-10 23:55:16 +0400
commitf759f48ae0a1b3feeafd86a684f6eb651bf23280 (patch)
tree42ddc41ac70ffefa29d971c857adcccc7f01b346 /intern
parentcd55b358a8e227e07928f2257204da62960f5958 (diff)
parenta95c68a3eaa692f742e7f2e626b65daa71727c17 (diff)
Merged with 2.5 branch revision 21504
Diffstat (limited to 'intern')
-rw-r--r--intern/audaspace/intern/AUD_C-API.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/intern/AUD_C-API.cpp b/intern/audaspace/intern/AUD_C-API.cpp
index e17389d12cb..609dd5ededa 100644
--- a/intern/audaspace/intern/AUD_C-API.cpp
+++ b/intern/audaspace/intern/AUD_C-API.cpp
@@ -35,7 +35,7 @@ extern "C" {
typedef AUD_IFactory AUD_Sound;
-AUD_IDevice* AUD_device = NULL;
+static AUD_IDevice* AUD_device = NULL;
bool AUD_init()
{