Skip to content

Commit

Permalink
Rowan post load script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Nov 16, 2023
1 parent ad13b35 commit 3d30737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rowan/components/scripts/postLoad.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ symbolDictionary := Rowan image
symbolDictionary at: #SystemInterfaces put: Namespace new.

"Register Kepler's built-in system interfaces"
SystemImplementation allSubclassesDo: [:each | each registerInterfaces].
SubsystemImplementation allSubclassesDo: [:each | each registerInterfaces].

0 comments on commit 3d30737

Please sign in to comment.