X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcrosstabs-dialog.h;h=65e47610d615bf885216bce188ce44756c8e5bd5;hb=aafb6add9344c71c4fed343e52e9a67aa6efdf91;hp=11da9814cfa462a37ab2960c5c16226f99b6b3ed;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp diff --git a/src/ui/gui/crosstabs-dialog.h b/src/ui/gui/crosstabs-dialog.h index 11da9814cf..65e47610d6 100644 --- a/src/ui/gui/crosstabs-dialog.h +++ b/src/ui/gui/crosstabs-dialog.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008 Free Software Foundation + Copyright (C) 2008, 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 @@ -17,10 +17,8 @@ #ifndef __CROSSTABS_DIALOG_H #define __CROSSTABS_DIALOG_H +#include "psppire-data-window.h" -#include - - -void crosstabs_dialog (GObject *o, gpointer data); +void crosstabs_dialog (PsppireDataWindow * data); #endif