clients: add missing 'extern' keyword

This commit is contained in:
Beniamino Galvani 2020-02-01 11:39:35 +01:00
parent 5076fc0ca0
commit 482e5f04ea

View file

@ -516,7 +516,7 @@ struct _NMMetaPropertyTypDataNested {
guint nested_len;
};
const NMMetaPropertyTypDataNested nm_meta_property_typ_data_bond;
extern const NMMetaPropertyTypDataNested nm_meta_property_typ_data_bond;
/*****************************************************************************/