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=8a920632b433443aa37e16349589f0c7d7d3cdaf;hp=e6572e63bf8550aacc2bb5ada3ef33611e755169;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/ui/gui/weight-cases-dialog.h b/src/ui/gui/weight-cases-dialog.h index e6572e63..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 (GObject *o, gpointer data); +void weight_cases_dialog (PsppireDataWindow * data); #endif