Makefiles: Define dist_man_MANS before trying to add to it.
[pspp-builds.git] / src / ui / gui / descriptives-dialog.h
index 745663e73139eb35ce2d05026a55fb78a0569dc8..18195761ff1949406e073ba6f39c2090c290a0dc 100644 (file)
@@ -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
 #ifndef __DESCRIPTIVES_DIALOG_H
 #define __DESCRIPTIVES_DIALOG_H
 
+#include "psppire-data-window.h"
 
-#include <gtk/gtk.h>
-
-
-void descriptives_dialog (GObject *o, gpointer data);
+void descriptives_dialog (PsppireDataWindow * data);
 
 #endif