apprt/gtk-ng: fix merge conflict

pull/7968/head
Mitchell Hashimoto 2025-07-17 10:00:05 -07:00
parent 562bd7e458
commit b2fe9fd7db
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ const Action = struct {
/// given the runtime environment or configuration.
///
/// This must be called BEFORE GTK initialization.
fn setGtkEnv(config: *const Config) error{NoSpaceLeft}!void {
fn setGtkEnv(config: *const CoreConfig) error{NoSpaceLeft}!void {
assert(gtk.isInitialized() == 0);
var gdk_debug: struct {