X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdict-display.h;h=5586cb10a7ecc19b3f40624ea12724a5ec921c26;hb=cc5b378f1f8931ecd107a6f88c4918a13f4d28d8;hp=2c8df4407655e7d48cd4aedca7bd880d3130227a;hpb=c3e2ab6b50eb3b3c7e0852f2a4e2122f695714ff;p=pspp diff --git a/src/ui/gui/dict-display.h b/src/ui/gui/dict-display.h index 2c8df44076..5586cb10a7 100644 --- a/src/ui/gui/dict-display.h +++ b/src/ui/gui/dict-display.h @@ -19,6 +19,9 @@ dictionary in GTK widgets. */ +#ifndef DICT_DISPLAY +#define DICT_DISPLAY 1 + #include #include "psppire-selector.h" @@ -31,7 +34,6 @@ void insert_source_row_into_tree_view (GtkTreeIter source_iter, gpointer data ); - /* A SelectItemsFunc function for GtkEntry widgets */ void insert_source_row_into_entry (GtkTreeIter source_iter, GtkWidget *dest, @@ -45,4 +47,4 @@ void insert_source_row_into_entry (GtkTreeIter source_iter, gboolean is_currently_in_entry (GtkTreeModel *model, GtkTreeIter *iter, PsppireSelector *selector); - +#endif