Made psppire-conf thread safer
[pspp-builds.git] / src / ui / gui / psppire-conf.h
index a7415b2451010b081b0774c9b014c8b205c34613..7e9ab6ad127d1cdf69f04f0ea2daa38b7fc9daaa 100644 (file)
@@ -61,6 +61,7 @@ struct _PsppireConf
   gboolean dispose_has_run ;
 
   GKeyFile *keyfile;
+  GMutex *mutex;
   gchar *filename;
 };