X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmissing-val-dialog.h;h=82acf9757f0738eea85ec186a9a51047c18ebad3;hb=83df73bacd2cd3abd177e6a8ac1b76b072255025;hp=7dc079d731d342244ef256759acc9cc6cc23e1c4;hpb=9e0e4996fad6563f0a1ce628b80db5c23ef8279e;p=pspp-builds.git diff --git a/src/ui/gui/missing-val-dialog.h b/src/ui/gui/missing-val-dialog.h index 7dc079d7..82acf975 100644 --- a/src/ui/gui/missing-val-dialog.h +++ b/src/ui/gui/missing-val-dialog.h @@ -32,6 +32,9 @@ struct missing_val_dialog /* The variable whose missing values are to be updated */ struct variable *pv; + /* The dictionary to which that value belongs */ + PsppireDict *dict; + /* local copy */ struct missing_values mvl;