Skip to content

Commit c454cdf

Browse files
committed
oops
1 parent b8c5fd2 commit c454cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GtkCodeGen/GtkCodeGen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct GtkCodeGen {
116116
"Button", "Entry", "Label", "Range", "Scale", "Image", "Switch", "Spinner",
117117
"ProgressBar", "FileChooserNative", "NativeDialog", "GestureClick", "GestureSingle",
118118
"Gesture", "EventController", "GestureLongPress", "GLArea", "DrawingArea",
119-
"CheckButton", "Calendar", "SpinButton", "Box",
119+
"CheckButton", "Calendar", "SpinButton",
120120
]
121121
let gtk3AllowListedClasses = ["MenuShell", "EventBox"]
122122
let gtk4AllowListedClasses = [

0 commit comments

Comments
 (0)