XWDReader.st
branchjv
changeset 3855 1db7742d33ad
parent 1846 d29322944b05
--- a/XWDReader.st	Thu Jan 19 12:00:14 2017 +0000
+++ b/XWDReader.st	Mon Jan 23 12:42:33 2017 +0000
@@ -15,8 +15,9 @@
      which was written by Brad Schoening <brad@boole.com> 
      who placed it into the public domain.
 "
+"{ Package: 'stx:libview2' }"
 
-"{ Package: 'stx:libview2' }"
+"{ NameSpace: Smalltalk }"
 
 ImageReader subclass:#XWDReader
 	instanceVariableNames:''
@@ -296,4 +297,5 @@
     ^ '$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.27 2003-11-19 15:24:16 cg Exp $'
 ! !
 
+
 XWDReader initialize!