#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Thu, 21 Jul 2016 19:05:51 +0200
changeset 7455 4e3500354b57
parent 7454 d9a1208fbf5f
child 7456 ca68c27cda30
#REFACTORING by stefan class: DeviceWorkstation changed: #allViews
DeviceWorkstation.st
--- 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"