X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet-header.c;h=e7770dedb5a8912801ec41838150f0f327642e48;hb=193090d0821d84eee24d5d340c91bc069bb55827;hp=cd2121fd8b20aa93f1d793d74c649a32a4e8f943;hpb=b8a262a5ea1c5011eeb42d72365620f53ee1a7bc;p=pspp diff --git a/src/ui/gui/psppire-var-sheet-header.c b/src/ui/gui/psppire-var-sheet-header.c index cd2121fd8b..e7770dedb5 100644 --- a/src/ui/gui/psppire-var-sheet-header.c +++ b/src/ui/gui/psppire-var-sheet-header.c @@ -21,8 +21,8 @@ #include "psppire-var-sheet-header.h" -#include "efficient-sheet/jmd-axis-model.h" -#include "efficient-sheet/jmd-datum.h" +#include "efficient-sheet/src/ssw-axis-model.h" +#include "efficient-sheet/src/ssw-datum.h" enum {CHANGED, n_SIGNALS}; @@ -38,13 +38,13 @@ gni (GListModel *list) static GType git (GListModel *list) { - return JMD_TYPE_DATUM; + return SSW_TYPE_DATUM; } static gpointer gi (GListModel *list, guint position) { - JmdDatum *gd = JMD_DATUM (g_object_new (JMD_TYPE_DATUM, NULL)); + SswDatum *gd = SSW_DATUM (g_object_new (SSW_TYPE_DATUM, NULL)); switch (position) {