X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcompute-dialog.h;h=4594f5c2797de8f5e3dc6ac998124c71c6cda71c;hb=638a86001fe7a237bd6c19a181d796305290d72a;hp=3611865e15de360bf1fa8d5688e14bbcbf547a20;hpb=14aac9fe7a7efbb6c9bded2ed5969a643cb76645;p=pspp diff --git a/src/ui/gui/compute-dialog.h b/src/ui/gui/compute-dialog.h index 3611865e15..4594f5c279 100644 --- a/src/ui/gui/compute-dialog.h +++ b/src/ui/gui/compute-dialog.h @@ -19,7 +19,8 @@ #include +#include "psppire-data-window.h" -void compute_dialog (GObject *o, gpointer data); +void compute_dialog (PsppireDataWindow * data); #endif