X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-import-assistant.h;h=cdcf8fb73ee48f274745eccffd547da248a28a01;hb=122dfa1e618f310ad623965eba6a77dc421144d9;hp=4288982f62b6d11e268d73f648395de716ab3042;hpb=400c90fe0e7684dac41663389f2060d19c0667d0;p=pspp diff --git a/src/ui/gui/psppire-import-assistant.h b/src/ui/gui/psppire-import-assistant.h index 4288982f62..cdcf8fb73e 100644 --- a/src/ui/gui/psppire-import-assistant.h +++ b/src/ui/gui/psppire-import-assistant.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2015 Free Software Foundation + Copyright (C) 2015, 2017 Free Software Foundation 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 @@ -23,10 +23,10 @@ #include -#include "libpspp/str.h" #include "psppire-dict.h" #include "data/spreadsheet-reader.h" #include "psppire-text-file.h" +#include "psppire-delimited-text.h" G_BEGIN_DECLS @@ -113,7 +113,7 @@ struct _PsppireImportAssistant int response; PsppireTextFile *text_file; - GtkTreeModel *delimiters_model; + PsppireDelimitedText *delimiters_model; struct sheet_spec_page *sheet_spec;