• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Révision1a8491c6a748704c642154ed8f2f480192131c4f (tree)
l'heure2014-10-04 18:43:27
AuteurHans Breuer <hans@breu...>
CommiterHans Breuer

Message de Log

[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)

Change Summary

Modification

--- a/app/sheets.c
+++ b/app/sheets.c
@@ -42,6 +42,7 @@
4242 #include "gtkhwrapbox.h"
4343 #include "preferences.h"
4444 #include "toolbox.h" /* just for interface_current_sheet_name */
45+#include "commands.h" /* sheets_dialog_show_callback */
4546
4647 GtkWidget *sheets_dialog = NULL;
4748 GSList *sheets_mods_list = NULL;