PCXReader.st
branchjv
changeset 3855 1db7742d33ad
parent 1848 864ca2cd4e71
--- a/PCXReader.st	Thu Jan 19 12:00:14 2017 +0000
+++ b/PCXReader.st	Mon Jan 23 12:42:33 2017 +0000
@@ -9,8 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libview2' }"
 
-"{ Package: 'stx:libview2' }"
+"{ NameSpace: Smalltalk }"
 
 ImageReader subclass:#PCXReader
 	instanceVariableNames:'header buffer nBuffer bufferIndex sourceBytesPerRow'
@@ -365,4 +366,5 @@
     ^ '$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.33 2003-11-19 15:38:20 cg Exp $'
 ! !
 
+
 PCXReader initialize!