X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fvariable-info-dialog.h;h=c08f6c998c3a8b5c84bd449aa1855ffc5e930201;hb=086322fd8c85a303ba6f552950d6f057f2867add;hp=e775506f3ec30d0eeb2747865dc4425708fda1e2;hpb=9bf1c33953f7feff2a24a06293f6fe96b75cc41a;p=pspp-builds.git diff --git a/src/ui/gui/variable-info-dialog.h b/src/ui/gui/variable-info-dialog.h index e775506f..c08f6c99 100644 --- a/src/ui/gui/variable-info-dialog.h +++ b/src/ui/gui/variable-info-dialog.h @@ -17,8 +17,8 @@ #ifndef __VARIABLE_DIALOG_H #define __VARIABLE_DIALOG_H -#include +#include "psppire-data-window.h" -void variable_info_dialog (GObject *o, gpointer data); +void variable_info_dialog (PsppireDataWindow * data); #endif