X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-delimited-text.h;h=b0ef9499fb0a26c9fc173050c94123050ae27e76;hb=e94442a3b00c1f22952586cc26b7be60617b93e1;hp=1e1f69d116adbda69d6afeef98c8652f58afe320;hpb=0c9c3a513c26044082e546085747ddf8e7ec128a;p=pspp diff --git a/src/ui/gui/psppire-delimited-text.h b/src/ui/gui/psppire-delimited-text.h index 1e1f69d116..b0ef9499fb 100644 --- a/src/ui/gui/psppire-delimited-text.h +++ b/src/ui/gui/psppire-delimited-text.h @@ -54,20 +54,19 @@ struct _PsppireDelimitedText GObject parent; GtkTreeModel *child; - + /* The first line of the file to be modelled */ gint first_line; - + GSList *delimiters; gint max_delimiters; - + /*< private >*/ gboolean dispose_has_run ; gint stamp; /* caching */ const char *cache_starts[512]; - struct substring cache; struct substring const_cache; int cache_row; };