Skip to content

Commit

Permalink
Change interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LabordePierre committed Dec 1, 2023
1 parent 3df4f60 commit 2aecce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GeoView/GeoView.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ GeoView >> updateGeoObjects: aGeoObjectList [
]

{ #category : #private }
GeoView >> updateModelToView [
GeoView >> updateGraphicModel [
self explicitRequirement
]
2 changes: 1 addition & 1 deletion GeoView/GeoViewLayer.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ GeoViewLayer >> symbologyProvider: aSymbologyProvider [
]

{ #category : #private }
GeoViewLayer >> updateModelToView [
GeoViewLayer >> updateGraphicModel [
self explicitRequirement
]

0 comments on commit 2aecce7

Please sign in to comment.