X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-store.h;h=913c4076c05fa7a739fbf8824b1984dc168c7bb2;hb=e6ae2a61e5356694c09f48da74407f8054a04e8d;hp=11a224d392bb60cfc4b9a8199f175aafc077ed28;hpb=72147c12357446b304264b6944b8a1d92c45f53c;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-store.h b/src/ui/gui/psppire-var-store.h index 11a224d3..913c4076 100644 --- a/src/ui/gui/psppire-var-store.h +++ b/src/ui/gui/psppire-var-store.h @@ -1,8 +1,7 @@ /* psppire-var-store.h - + PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2006 Free Software Foundation - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -50,8 +49,6 @@ extern "C" { typedef struct _PsppireVarStore PsppireVarStore; typedef struct _PsppireVarStoreClass PsppireVarStoreClass; -struct dictionary; - struct _PsppireVarStore { GObject parent; @@ -84,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