removed an extra ;

Found it with Sun's compiler.

Kent
This commit is contained in:
Kent Mein 2004-02-23 15:31:27 +00:00
parent 874d454d67
commit 8134398de4
1 changed files with 1 additions and 1 deletions

View File

@ -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