Skip to content

Commit

Permalink
Moved #iconNamed: to private protocol as it should not be used direct…
Browse files Browse the repository at this point in the history
…ly by clients.
  • Loading branch information
juliendelplanque committed Oct 10, 2019
1 parent f8c6829 commit d97e834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commander2-UI/CmUICommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ CmUICommand >> iconName: aString from: anIconProvider [
self iconName: aString.
]

{ #category : #accessing }
{ #category : #private }
CmUICommand >> iconNamed: aSymbol [
^ self iconProvider iconNamed: aSymbol
]
Expand Down

0 comments on commit d97e834

Please sign in to comment.