Cface__CFloatNode.st
changeset 9 03c7a764d2be
parent 5 c110eef5b9ef
child 14 1f730d82496e
--- a/Cface__CFloatNode.st	Tue Sep 09 15:15:50 2008 +0000
+++ b/Cface__CFloatNode.st	Tue Sep 09 21:17:04 2008 +0000
@@ -42,11 +42,10 @@
     "Created: / 12-02-2008 / 22:06:24 / janfrog"
 !
 
-smalltalkxValueExtractionSelector
+stxStructFieldGetterSelector
+    ^ #floatAt:
 
-    ^#floatAt:
-
-    "Created: / 09-07-2008 / 21:41:27 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Created: / 09-09-2008 / 21:32:39 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
 !CFloatNode methodsFor:'printing'!