summaryrefslogtreecommitdiffstats
path: root/ingen/Forge.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-17 20:33:47 +0100
committerDavid Robillard <d@drobilla.net>2017-12-17 20:33:47 +0100
commit7f37e2306f79d3f77934aa97e5f784fb0b39b838 (patch)
tree32a8b3b87795ba494ff5f0fcaf7ea893a8fb5594 /ingen/Forge.hpp
parent86bf9cbd7af99c8964745d414494c26af11af0f4 (diff)
downloadingen-7f37e2.tar.gz
ingen-7f37e2.tar.bz2
ingen-7f37e2.zip
Use LV2 atom forge C++ bindings
Diffstat (limited to 'ingen/Forge.hpp')
-rw-r--r--ingen/Forge.hpp5
1 files changed, 3 insertions, 2 deletions
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);