SoundStream.st
changeset 3622 33c345c6d1d9
parent 3482 a78459c5bfaf
child 3846 7c9889bed912
--- a/SoundStream.st	Thu Oct 01 00:26:30 2015 +0200
+++ b/SoundStream.st	Thu Oct 01 00:26:38 2015 +0200
@@ -2433,7 +2433,7 @@
         ^ super openWithMode:aMode attributes:attributeSpec.
     ].
 
-    Lobby register:self.
+    self registerForFinalization.
     ^ self.
 ! !
 
@@ -2709,11 +2709,11 @@
 !SoundStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.81 2015-02-10 20:46:46 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.81 2015-02-10 20:46:46 cg Exp $'
+    ^ '$Header$'
 ! !