X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-store.h;h=ff81dd90d226c0161be60b4c02d7a2a6dc97f9a2;hb=ad10aed69efec78ddbfcdbe4774bf9a0435fcfd6;hp=315432253414880707b9ef3388f44c0a2e84a0a4;hpb=126058e908535d8b69a3e9d9d38c757a7fa970b3;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-store.h b/src/ui/gui/psppire-var-store.h index 31543225..ff81dd90 100644 --- a/src/ui/gui/psppire-var-store.h +++ b/src/ui/gui/psppire-var-store.h @@ -69,7 +69,7 @@ struct _PsppireVarStoreClass GType psppire_var_store_get_type (void) G_GNUC_CONST; PsppireVarStore *psppire_var_store_new (PsppireDict *dict); -struct variable * psppire_var_store_get_var (PsppireVarStore *store, gint row); +struct variable * psppire_var_store_get_var (PsppireVarStore *store, glong row); void psppire_var_store_set_dictionary (PsppireVarStore *var_store, PsppireDict *dict);