compiler/TUnionTypeNode.st
changeset 2 2a3e47c13905
parent 1 18b4a3b98e96
child 3 97ee341d3e9f
--- a/compiler/TUnionTypeNode.st	Tue Aug 25 19:02:43 2015 +0100
+++ b/compiler/TUnionTypeNode.st	Tue Aug 25 19:05:18 2015 +0100
@@ -6,7 +6,7 @@
 	instanceVariableNames:'types'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Languages-Tea-AST'
+	category:'Languages-Tea-Compiler-AST'
 !
 
 !TUnionTypeNode class methodsFor:'instance creation'!