clients: add missing 'extern' keyword

(cherry picked from commit 482e5f04ea)
(cherry picked from commit 1bb93b7289)
(cherry picked from commit 57e5e2d5a9)
This commit is contained in:
Beniamino Galvani 2020-02-01 11:39:35 +01:00 committed by Thomas Haller
parent eb3f64cbd7
commit d3ec31f839

View file

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