Skip to content

Commit

Permalink
fix for issue pharo-project/pharo#9080
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Apr 22, 2021
1 parent e37aa1a commit 749bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geometry/GPolygon.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
#category : #'Geometry-Shapes'
}

{ #category : #'as yet unclassified' }
{ #category : #public }
GPolygon class >> convexHullOn: aCollection [
| lastPoint nextPoint convexHull |
"self halt."
Expand Down

0 comments on commit 749bc45

Please sign in to comment.