aboutsummaryrefslogtreecommitdiff
path: root/PDContainer/src/h_stack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PDContainer/src/h_stack.cpp')
-rwxr-xr-xPDContainer/src/h_stack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PDContainer/src/h_stack.cpp b/PDContainer/src/h_stack.cpp
index e82933e..fece032 100755
--- a/PDContainer/src/h_stack.cpp
+++ b/PDContainer/src/h_stack.cpp
@@ -136,7 +136,7 @@ static void *h_stack_free(t_h_stack *x)
return (void *)x;
}
-void h_stack_setup(void)
+extern "C" void h_stack_setup(void)
{
// the object class
h_stack_class = class_new(gensym("h_stack"), (t_newmethod)h_stack_new,