summaryrefslogtreecommitdiff
path: root/src/lv2_instance.h
diff options
context:
space:
mode:
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__*/