Skip to content

Commit

Permalink
Merge pull request #736 from olekscode/735-CMSpaceModel-should-not-in…
Browse files Browse the repository at this point in the history
…herit-from-Model

Fixed #735. CMSpaceModel is no longer a subclass of Model
  • Loading branch information
olekscode committed Sep 19, 2023
2 parents c49eb28 + 069cf3c commit 671e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/Cormas-Core/CMSpaceModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Instance Variables:
"
Class {
#name : #CMSpaceModel,
#superclass : #Model,
#superclass : #Object,
#instVars : [
'activeSpatialEntity',
'line',
Expand Down

0 comments on commit 671e35b

Please sign in to comment.