summaryrefslogtreecommitdiff
path: root/src/lv2_instance.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-09-20 12:13:04 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2015-09-20 12:13:04 +0200
commitde89d242ec644f3be92875b1db7439da3d7dc8c4 (patch)
treef42f5fa49c900c4f171c28e64294cb290a7dba9a /src/lv2_instance.h
parentfc88c687cdb0687240364df09b8248f3a6f91bc7 (diff)
Reinstate hugin.
Diffstat (limited to 'src/lv2_instance.h')
-rw-r--r--src/lv2_instance.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lv2_instance.h b/src/lv2_instance.h
index e050e22..a16e549 100644
--- a/src/lv2_instance.h
+++ b/src/lv2_instance.h
@@ -37,12 +37,12 @@
#include <drumgizmo.h>
typedef struct {
- InputLV2 *in;
- OutputLV2 *out;
- DrumGizmo *dg;
- sample_t *buffer;
- size_t buffer_size;
- LV2_URID_Map* map;
+ InputLV2 *in;
+ OutputLV2 *out;
+ DrumGizmo *dg;
+ sample_t *buffer;
+ size_t buffer_size;
+ LV2_URID_Map* map;
} DGLV2;
#endif/*__DRUMGIZMO_LV2_INSTANCE_H__*/