diff options
-rw-r--r-- | src/app-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-section.c b/src/app-section.c index df79582..9bf5087 100644 --- a/src/app-section.c +++ b/src/app-section.c @@ -64,7 +64,7 @@ enum { }; static GParamSpec *properties[NUM_PROPERTIES]; -guint destroy_signal; +static guint destroy_signal; /* Prototypes */ static void app_section_class_init (AppSectionClass *klass); |