Call dictionary callbacks on replaced dictionary.
[pspp-builds.git] / src / ui / gui / psppire-var-store.h
index b2eaf673253043eafb371283f6c1a105792f106c..913c4076c05fa7a739fbf8824b1984dc168c7bb2 100644 (file)
@@ -49,8 +49,6 @@ extern "C" {
 typedef struct _PsppireVarStore       PsppireVarStore;
 typedef struct _PsppireVarStoreClass  PsppireVarStoreClass;
 
-struct dictionary;
-
 struct _PsppireVarStore
 {
   GObject parent;
@@ -83,7 +81,7 @@ void psppire_var_store_set_dictionary (PsppireVarStore *var_store, PsppireDict *
 /* Return the number of variables */
 gint psppire_var_store_get_var_cnt (PsppireVarStore      *var_store);
 
-void psppire_var_store_set_font(PsppireVarStore *store, const PangoFontDescription *fd);
+void psppire_var_store_set_font (PsppireVarStore *store, const PangoFontDescription *fd);
 
 
 #ifdef __cplusplus