DeviceWorkstation.st
changeset 7455 4e3500354b57
parent 7454 d9a1208fbf5f
child 7545 f2e7a120a2bf
--- a/DeviceWorkstation.st	Thu Jul 21 16:58:55 2016 +0200
+++ b/DeviceWorkstation.st	Thu Jul 21 19:05:51 2016 +0200
@@ -1338,7 +1338,7 @@
 allViews
     "return a collection of all my known views"
 
-    ^ knownViews as:IdentitySet.
+    ^ knownViews asIdentitySet.
 
     "Created: / 14.2.1997 / 14:29:43 / cg"
     "Modified: / 19.1.2000 / 10:07:05 / cg"