Skip to content

Commit

Permalink
Fixed #735. CMSpaceModel is no longer a subclass of Model
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Sep 19, 2023
1 parent d3dd9f1 commit 069cf3c
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 069cf3c

Please sign in to comment.