mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
filechoosernativewin32: Add missing return type
Looks like a line accidentally was deleted there.
This commit is contained in:
parent
117e303b44
commit
068f8a3da1
@ -260,6 +260,7 @@ static IFileDialogEventsVtbl ifde_vtbl = {
|
||||
ifiledialogevents_OnOverwrite
|
||||
};
|
||||
|
||||
static void
|
||||
file_dialog_events_send_close (IFileDialogEvents *self)
|
||||
{
|
||||
FileDialogEvents *events = (FileDialogEvents *)self;
|
||||
|
Loading…
Reference in New Issue
Block a user