Oneway GUI: Add dialog box for the posthoc tests.
[pspp] / src / ui / gui / psppire-dict.h
index 4d78807cba2d97464d9b9a052b8df5904207587d..2c88a49492a0fa49e4cfb2ad7fb4595544fc665d 100644 (file)
@@ -59,7 +59,7 @@ enum {DICT_TVM_COL_NAME=0,
 struct _PsppireDict
 {
   GObject             parent;
-  struct dictionary *dict;
+  struct dictionary   *dict;
 
   gboolean disable_insert_signal;
   /* For GtkTreeModelIface */