Fix compile-time warning
cc-default-applications-panel.c: In function ‘cc_default_applications_panel_dispose’: cc-default-applications-panel.c:73:7: warning: implicit declaration of function ‘gnome_da_xml_free’ cc-default-applications-panel.c:73:7: warning: nested extern declaration of ‘gnome_da_xml_free’
This commit is contained in:
parent
b8e36d5658
commit
016b81dee8
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "cc-default-applications-panel.h"
|
||||
|
||||
#include "gnome-da-capplet.h"
|
||||
#include "gnome-da-xml.h"
|
||||
|
||||
G_DEFINE_DYNAMIC_TYPE (CcDefaultApplicationsPanel, cc_default_applications_panel, CC_TYPE_PANEL)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue