X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fpsppire-var-store.h;h=ff81dd90d226c0161be60b4c02d7a2a6dc97f9a2;hb=077c3c1774fd75627783b407169d6884adcbe663;hp=315432253414880707b9ef3388f44c0a2e84a0a4;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/ui/gui/psppire-var-store.h b/src/ui/gui/psppire-var-store.h index 3154322534..ff81dd90d2 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);