From 7f37e2306f79d3f77934aa97e5f784fb0b39b838 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Dec 2017 20:33:47 +0100 Subject: Use LV2 atom forge C++ bindings --- ingen/Forge.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ingen/Forge.hpp') diff --git a/ingen/Forge.hpp b/ingen/Forge.hpp index 9b45bde1..a2395636 100644 --- a/ingen/Forge.hpp +++ b/ingen/Forge.hpp @@ -21,7 +21,7 @@ #include "ingen/Atom.hpp" #include "ingen/ingen.h" -#include "lv2/lv2plug.in/ns/ext/atom/forge.h" +#include "lv2/lv2plug.in/ns/ext/atom/Forge.hpp" #include "raul/URI.hpp" namespace Ingen { @@ -29,9 +29,10 @@ namespace Ingen { class URIMap; /** Forge for Atoms. + * * @ingroup IngenShared */ -class INGEN_API Forge : public LV2_Atom_Forge { +class INGEN_API Forge : public lv2::atom::Forge { public: explicit Forge(URIMap& map); -- cgit v1.2.1