libnm: fix type for "notify_id" source id in "nm-object.c"

This commit is contained in:
Thomas Haller 2017-05-07 12:40:05 +02:00
parent d6c1e565ff
commit e6744bcb65

View file

@ -79,7 +79,7 @@ typedef struct {
* to defer their notifications by adding themselves here. */
CList notify_items;
guint32 notify_id;
guint notify_id;
guint reload_remaining;