X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ffind-dialog.h;h=bba986bca6c11c9bbb4388255531361538303aa0;hb=944f383430e291f13aa73ab48ea736c96b944ef7;hp=3d4a50fff4a4f549f611fbd0c54dde9f9ea840f7;hpb=d22c3971e926ceaf62416c6482fe0fb1dc5407f0;p=pspp-builds.git diff --git a/src/ui/gui/find-dialog.h b/src/ui/gui/find-dialog.h index 3d4a50ff..bba986bc 100644 --- a/src/ui/gui/find-dialog.h +++ b/src/ui/gui/find-dialog.h @@ -19,9 +19,9 @@ #define FIND_DIALOG_H #include -#include +#include "psppire-data-window.h" /* Pops up the Find dialog box */ -void find_dialog (GObject *o, gpointer data); +void find_dialog (PsppireDataWindow *); #endif