diff options
Diffstat (limited to 'PDContainer/src/h_map.cpp')
-rwxr-xr-x | PDContainer/src/h_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PDContainer/src/h_map.cpp b/PDContainer/src/h_map.cpp index 4e5beeb..71befe9 100755 --- a/PDContainer/src/h_map.cpp +++ b/PDContainer/src/h_map.cpp @@ -338,7 +338,7 @@ static void *h_map_free(t_h_map *x) return (void *)x; } -void h_map_setup(void) +extern "C" void h_map_setup(void) { // the object class h_map_class = class_new(gensym("h_map"), (t_newmethod)h_map_new, |