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