From e97e2859a06cae9e7e0e378bd6facfe9b097fb3a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 23 Feb 2012 20:16:11 +0000 Subject: Fix util.h in C++. --- lv2/lv2plug.in/ns/ext/atom/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/lv2plug.in/ns/ext/atom/util.h') diff --git a/lv2/lv2plug.in/ns/ext/atom/util.h b/lv2/lv2plug.in/ns/ext/atom/util.h index 8ca3795..6b46a67 100644 --- a/lv2/lv2plug.in/ns/ext/atom/util.h +++ b/lv2/lv2plug.in/ns/ext/atom/util.h @@ -417,4 +417,8 @@ lv2_object_get(const LV2_Atom_Object* object, ...) @} */ +#ifdef __cplusplus +} /* extern "C" */ +#endif + #endif /* LV2_ATOM_UTIL_H */ -- cgit v1.2.1