diff options
Diffstat (limited to 'src/gui/editem.h')
-rw-r--r-- | src/gui/editem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editem.h b/src/gui/editem.h index c716337..67bc402 100644 --- a/src/gui/editem.h +++ b/src/gui/editem.h @@ -80,7 +80,7 @@ void register_editor_item(GEditorItem *); void change_editor_items_current_binary(GObject *, GLoadedBinary *); /* Lance une actualisation liée à une modification du cheptel. */ -void manage_editor_items_view(GtkViewPanel *, bool); +void manage_editor_items_view(GtkViewPanel *, bool) __attribute__ ((deprecated));; /* Lance une actualisation du fait d'un changement de vue. */ void change_editor_items_current_view(GObject *, GtkViewPanel *); |