Index: /Include/Classes/System/IO/Stream.ab
===================================================================
--- /Include/Classes/System/IO/Stream.ab	(revision 247)
+++ /Include/Classes/System/IO/Stream.ab	(revision 248)
@@ -7,5 +7,5 @@
 Public
 	Virtual Sub ~Stream()
-		Close()
+		This.Close()
 	End Sub
 Public
@@ -58,5 +58,5 @@
 
 	Abstract Function Seek(offset As Int64, origin As SeekOrigin) As Long
-	Abstract Sub SetLength(value As Int64):	End Sub
+	Abstract Sub SetLength(value As Int64)
 	Abstract Sub Write(ByRef buffer[] As Byte, offset As Long, count As Long)
 
