From 8134398de4994091bed1c7a4a4b200ebb3e60333 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 23 Feb 2004 15:31:27 +0000 Subject: removed an extra ; Found it with Sun's compiler. Kent --- intern/SoundSystem/SND_DeviceManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') 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 -- cgit v1.2.3