X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fgoto-case-dialog.h;h=3a3cbac0657863b1864b72f8306c0a505f5c79d7;hb=01b970b8972e4e457b1d8e3f5af350c325152942;hp=e3f489e1ebfee78de4698718db61ae35c0f2e89b;hpb=319711ff80e76a730ec26c86d67c0107143d8747;p=pspp diff --git a/src/ui/gui/goto-case-dialog.h b/src/ui/gui/goto-case-dialog.h index e3f489e1eb..3a3cbac065 100644 --- a/src/ui/gui/goto-case-dialog.h +++ b/src/ui/gui/goto-case-dialog.h @@ -19,7 +19,8 @@ #include +#include "psppire-data-window.h" -void goto_case_dialog (gpointer data); +void goto_case_dialog (PsppireDataWindow * data); #endif