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=b6088c04a2380078af7ce9c18b6ba52a0f6b38cf;hp=c959029ed6e992da23471947146a6683ee922b7d;hpb=319711ff80e76a730ec26c86d67c0107143d8747;p=pspp diff --git a/src/ui/gui/variable-info-dialog.h b/src/ui/gui/variable-info-dialog.h index c959029ed6..c08f6c998c 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 (gpointer data); +void variable_info_dialog (PsppireDataWindow * data); #endif