作図ソフト dia の改良版
Révision | 1a8491c6a748704c642154ed8f2f480192131c4f (tree) |
---|---|
l'heure | 2014-10-04 18:43:27 |
Auteur | Hans Breuer <hans@breu...> |
Commiter | Hans Breuer |
[warningectomy] no previous prototype for function
sheets.c:419:1: warning: no previous prototype for function 'sheets_dialog_show_callback' [-Wmissing-prototypes]
sheets_dialog_show_callback(GtkAction *action)
@@ -42,6 +42,7 @@ | ||
42 | 42 | #include "gtkhwrapbox.h" |
43 | 43 | #include "preferences.h" |
44 | 44 | #include "toolbox.h" /* just for interface_current_sheet_name */ |
45 | +#include "commands.h" /* sheets_dialog_show_callback */ | |
45 | 46 | |
46 | 47 | GtkWidget *sheets_dialog = NULL; |
47 | 48 | GSList *sheets_mods_list = NULL; |