Skip to content

Commit 7b283e3

Browse files
committed
Add Path = Never to Gtk3Backend to get CI off my back
1 parent f546975 commit 7b283e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Gtk3Backend/Gtk3Backend.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public final class Gtk3Backend: AppBackend {
2222
public typealias Widget = Gtk3.Widget
2323
public typealias Menu = Gtk3.Menu
2424
public typealias Alert = Gtk3.MessageDialog
25+
public typealias Path = Never
2526

2627
public let defaultTableRowContentHeight = 20
2728
public let defaultTableCellVerticalPadding = 4

0 commit comments

Comments
 (0)