X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcrosstabs-dialog.h;h=65e47610d615bf885216bce188ce44756c8e5bd5;hb=50652d204ce6aae87f6a165a499cf5d460f1f557;hp=11da9814cfa462a37ab2960c5c16226f99b6b3ed;hpb=bd17d2af982332ee1791998361b1ac6731fe14fa;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