X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fweight-cases-dialog.h;h=e7a3d0b906d5715dff2ba2f9958e762eeae5924b;hb=64a18d9cb2657b541ebf39c9a064edc92101f2f3;hp=02173cb2fabe477eefdd7262889256d5602ed9f5;hpb=319711ff80e76a730ec26c86d67c0107143d8747;p=pspp-builds.git diff --git a/src/ui/gui/weight-cases-dialog.h b/src/ui/gui/weight-cases-dialog.h index 02173cb2..e7a3d0b9 100644 --- a/src/ui/gui/weight-cases-dialog.h +++ b/src/ui/gui/weight-cases-dialog.h @@ -18,11 +18,10 @@ #ifndef WEIGHT_CASES_DIALOG_H #define WEIGHT_CASES_DIALOG_H -#include -#include +#include "psppire-data-window.h" /* Pops up the Weight Cases dialog box */ -void weight_cases_dialog (gpointer data); +void weight_cases_dialog (PsppireDataWindow * data); #endif