diff options
Diffstat (limited to 'src/gtkext/gtkdisplaypanel-int.h')
-rw-r--r-- | src/gtkext/gtkdisplaypanel-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/gtkdisplaypanel-int.h b/src/gtkext/gtkdisplaypanel-int.h index ffed3b1..9fdb702 100644 --- a/src/gtkext/gtkdisplaypanel-int.h +++ b/src/gtkext/gtkdisplaypanel-int.h @@ -90,7 +90,7 @@ struct _GtkDisplayPanel bool show_border; /* Affichage d'une bordure ? */ unsigned int view_index; /* Indice du type de contenu */ - bool *display_options; /* Affichage des colonnes ? */ + GDisplayOptions *options; /* Affichage des colonnes ? */ GLoadedBinary *binary; /* Binaire à visualiser */ |