X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fgoto-case-dialog.h;h=422cdff37a17947b0a9c22d23117b46f78a65bef;hb=c1f04750c4430bf3e7f0630842f879ee695b947d;hp=455e2e637c06ae9977ba34e92df6e155f379e3b9;hpb=48b5d1d1f17f8059c7e91246b3d47ff3122a8f9f;p=pspp diff --git a/src/ui/gui/goto-case-dialog.h b/src/ui/gui/goto-case-dialog.h index 455e2e637c..422cdff37a 100644 --- a/src/ui/gui/goto-case-dialog.h +++ b/src/ui/gui/goto-case-dialog.h @@ -17,7 +17,9 @@ #ifndef __GOTO_CASE_DIALOG_H #define __GOTO_CASE_DIALOG_H +#include "psppire-data-sheet.h" -void goto_case_dialog (void *ds); + +void goto_case_dialog (PsppireDataSheet *ds); #endif