Skip to content

Commit

Permalink
[Bug]: JPEG Claimed to Always be the Class
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Oct 28, 2020
1 parent 431ee4d commit a9314ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResourcesLive/RlImage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
{ #category : #testing }
RlImage class >> isClassFor: file [
"I'm abstract"
^ self ~= RlImage
^ self ~= RlImage and: [ super isClassFor: file ]
]

{ #category : #accessing }
Expand Down

0 comments on commit a9314ee

Please sign in to comment.