X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcorrelation-dialog.h;h=9a05837c7b3d9e19fcacde1f8a373f16a4f95903;hb=b0a85a90ec68578d775a8cf5161c8e3ad9d35241;hp=532970f584f2136a59f7064755950de733d6b62c;hpb=7c08a6e1009cf60847e770a77a73c650e9326379;p=pspp diff --git a/src/ui/gui/correlation-dialog.h b/src/ui/gui/correlation-dialog.h index 532970f584..9a05837c7b 100644 --- a/src/ui/gui/correlation-dialog.h +++ b/src/ui/gui/correlation-dialog.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2009 Free Software Foundation + Copyright (C) 2009, 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,8 +17,8 @@ #ifndef __CORRELATION_DIALOG_H #define __CORRELATION_DIALOG_H -#include +#include "psppire-data-window.h" -void correlation_dialog (GObject *o, gpointer data); +void correlation_dialog (PsppireDataWindow * data); #endif