aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/polytouchin.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-30 04:16:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-30 04:16:26 +0000
commit6ea8c3d18bb9bcb4e53b370678a42b65dba66dbc (patch)
tree5f673b0c6e7c56727cea939ff9ee596b971f3dd8 /externals/vanilla/polytouchin.c
parentaf912a44bc77a7562612f1988cbe7bb1e308676d (diff)
define bind symbols as extern since they are created in pd-extended/src/e_midi.c
svn path=/trunk/; revision=15806
Diffstat (limited to 'externals/vanilla/polytouchin.c')
-rw-r--r--externals/vanilla/polytouchin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/vanilla/polytouchin.c b/externals/vanilla/polytouchin.c
index 627a47a6..474eea9d 100644
--- a/externals/vanilla/polytouchin.c
+++ b/externals/vanilla/polytouchin.c
@@ -6,7 +6,7 @@
#include "m_pd.h"
-static t_symbol *polytouchin_sym;
+extern t_symbol *polytouchin_sym;
static t_class *polytouchin_class;