summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/intern/osc~.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/intern/osc~.c')
-rw-r--r--apps/plugins/pdbox/PDa/intern/osc~.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/intern/osc~.c b/apps/plugins/pdbox/PDa/intern/osc~.c
index b2cc843b55..871519173b 100644
--- a/apps/plugins/pdbox/PDa/intern/osc~.c
+++ b/apps/plugins/pdbox/PDa/intern/osc~.c
@@ -6,7 +6,11 @@
6 6
7/* ------------------------ osc~ ----------------------------- */ 7/* ------------------------ osc~ ----------------------------- */
8 8
9#ifdef ROCKBOX
10static t_class *osc_class;
11#else
9static t_class *osc_class, *scalarosc_class; 12static t_class *osc_class, *scalarosc_class;
13#endif
10 14
11typedef struct _osc 15typedef struct _osc
12{ 16{