clients: add missing 'extern' keyword

(cherry picked from commit 482e5f04ea)
This commit is contained in:
Beniamino Galvani 2020-02-01 11:39:35 +01:00
parent c02b0181cf
commit 1bb93b7289

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;
/*****************************************************************************/