Change.st
changeset 1868 301a5aeb8176
parent 1510 ce7253f6f687
child 1873 2cbdfc5da6d7
--- a/Change.st	Thu Oct 12 22:22:55 2006 +0200
+++ b/Change.st	Thu Oct 12 23:46:55 2006 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic3' }"
 
 Object subclass:#Change
@@ -298,10 +297,16 @@
 isPrimitiveVariablesChange
     ^ false
 
+!
+
+isPrivateClassDefinitionChange
+    ^ false
+
+    "Created: / 12-10-2006 / 22:59:04 / cg"
 ! !
 
 !Change class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Change.st,v 1.42 2006-07-25 09:26:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/Change.st,v 1.43 2006-10-12 21:46:55 cg Exp $'
 ! !