InlineObjectClassDescription.st
changeset 18484 e4b3ae6b91fd
parent 18460 8c545d355fd2
child 18485 b598516d83d0
--- a/InlineObjectClassDescription.st	Wed Jun 10 02:39:44 2015 +0200
+++ b/InlineObjectClassDescription.st	Fri Jun 12 08:52:40 2015 +0200
@@ -50,15 +50,19 @@
     ^ nil
 
     "Created: / 13-08-2010 / 18:23:33 / cg"
+!
+
+privateClasses
+    ^ #()
 ! !
 
 !InlineObjectClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/InlineObjectClassDescription.st,v 1.4 2015-06-08 00:24:56 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/InlineObjectClassDescription.st,v 1.4 2015-06-08 00:24:56 cg Exp $'
+    ^ '$Header$'
 ! !