Fix compiler warnings.

This commit is contained in:
Nick Schermer
2014-01-08 19:35:17 +01:00
parent f0232ca7c7
commit b367fdd1a9
10 changed files with 12 additions and 12 deletions

View File

@@ -27,6 +27,6 @@
typedef struct _XtmExecToolButton XtmExecToolButton;
GType xtm_exec_tool_button_get_type (void);
GtkWidget * xtm_exec_tool_button_new ();
GtkWidget * xtm_exec_tool_button_new (void);
#endif /* !EXEC_TOOL_BUTTON_H */