X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ffind-dialog.h;h=65053d57e529b00782e7b9a4b919ac01ce63ddb8;hb=ccaf88efae9f6f4d93d7812834c412e8fd511bb2;hp=3d4a50fff4a4f549f611fbd0c54dde9f9ea840f7;hpb=d22c3971e926ceaf62416c6482fe0fb1dc5407f0;p=pspp diff --git a/src/ui/gui/find-dialog.h b/src/ui/gui/find-dialog.h index 3d4a50fff4..65053d57e5 100644 --- a/src/ui/gui/find-dialog.h +++ b/src/ui/gui/find-dialog.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007 Free Software Foundation + Copyright (C) 2007, 2010 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,10 +18,9 @@ #ifndef FIND_DIALOG_H #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