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:
-rw-r--r--intern/SoundSystem/SND_DeviceManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/SoundSystem/SND_DeviceManager.h b/intern/SoundSystem/SND_DeviceManager.h
index acb28fe3bf6..b0b2a28ffb8 100644
--- a/intern/SoundSystem/SND_DeviceManager.h
+++ b/intern/SoundSystem/SND_DeviceManager.h
@@ -75,7 +75,7 @@ private :
* Remember the number of subscriptions.
* if 0, delete the device
*/
- static int m_subscriptions;;
+ static int m_subscriptions;
};
#endif //__SND_DEVICEMANAGER_H