Skip to content

Commit b58fdf3

Browse files
committed
Fix warning in Xcode 12.5
1 parent 3d54774 commit b58fdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Calculate/OutputItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Cocoa
1010

11-
protocol OutputItem: class {
11+
protocol OutputItem: AnyObject {
1212

1313
var widthConstraint: NSLayoutConstraint? { get set }
1414
var view: NSView { get }

0 commit comments

Comments
 (0)