X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdescriptives-dialog.h;h=18195761ff1949406e073ba6f39c2090c290a0dc;hb=1aa87f10e686eb09df296411d8ebfa28fa151860;hp=aa6e39d13b86b66d73f7aff1ecc2c7cf93979294;hpb=8b0cdf4988c831dd83209819fe32adee59ad1c72;p=pspp diff --git a/src/ui/gui/descriptives-dialog.h b/src/ui/gui/descriptives-dialog.h index aa6e39d13b..18195761ff 100644 --- a/src/ui/gui/descriptives-dialog.h +++ b/src/ui/gui/descriptives-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 @@ -17,11 +17,8 @@ #ifndef __DESCRIPTIVES_DIALOG_H #define __DESCRIPTIVES_DIALOG_H +#include "psppire-data-window.h" -#include -#include - - -void descriptives_dialog (GObject *o, gpointer data); +void descriptives_dialog (PsppireDataWindow * data); #endif