diff -r 2a620c958987 -r e47cf114c824 Depth1Image.st --- a/Depth1Image.st Tue Apr 29 20:49:19 2003 +0200 +++ b/Depth1Image.st Tue Apr 29 21:20:22 2003 +0200 @@ -628,7 +628,7 @@ bitsPerRow "return the number of bits in one scanline of the image" - ^ width + ^ width ! bytesPerRow @@ -736,5 +736,5 @@ !Depth1Image class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.50 2003-04-29 18:49:14 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.51 2003-04-29 19:19:54 cg Exp $' ! !