moved knowledge of pspp_linreg_cache out of pspp_coeff_init
[pspp] / src / ui / gui / psppire-var-store.h
index b4da027ee4f83e9a6763287139ee1559159e0f80..792db1f17aa4cd0c800f6aa324db51814b5d8e7a 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __PSPPIRE_VAR_STORE_H__
 #define __PSPPIRE_VAR_STORE_H__
 
-#include "gsheetmodel.h"
+#include <gtksheet/gsheetmodel.h>
 #include "psppire-dict.h"
 #include <gdk/gdk.h>
 
@@ -59,7 +59,7 @@ struct _PsppireVarStore
   /*< private >*/
   PsppireDict *dict;
   GdkColor disabled;
-  PangoFontDescription *font_desc;
+  const PangoFontDescription *font_desc;
 };
 
 struct _PsppireVarStoreClass
@@ -86,7 +86,7 @@ void psppire_var_store_set_dictionary(PsppireVarStore *var_store, PsppireDict *d
 /* Return the number of variables */
 gint psppire_var_store_get_var_cnt(PsppireVarStore      *var_store);
 
-void psppire_var_store_set_font(PsppireVarStore *store, PangoFontDescription *fd);
+void psppire_var_store_set_font(PsppireVarStore *store, const PangoFontDescription *fd);
 
 
 #ifdef __cplusplus