filechoosernativewin32: Add missing return type

Looks like a line accidentally was deleted there.
This commit is contained in:
Benjamin Otte 2016-02-06 04:33:14 +01:00 committed by Benjamin Otte
parent 117e303b44
commit 068f8a3da1

View File

@ -260,6 +260,7 @@ static IFileDialogEventsVtbl ifde_vtbl = {
ifiledialogevents_OnOverwrite
};
static void
file_dialog_events_send_close (IFileDialogEvents *self)
{
FileDialogEvents *events = (FileDialogEvents *)self;