diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-07 23:17:45 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-07 23:17:45 +0000 |
commit | 8dd8701ff50af3a98cf6cf55b32733af2d949508 (patch) | |
tree | 99530fd2685c916f461ff2d19e60db8c3f61d3d1 /PDContainer/src/h_deque.cpp | |
parent | d35f7be5731f717d8510ca826e4c14ab6191ea69 (diff) |
some modification for single object externals
svn path=/trunk/externals/grh/; revision=7228
Diffstat (limited to 'PDContainer/src/h_deque.cpp')
-rwxr-xr-x | PDContainer/src/h_deque.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PDContainer/src/h_deque.cpp b/PDContainer/src/h_deque.cpp index 989ca51..c8a5419 100755 --- a/PDContainer/src/h_deque.cpp +++ b/PDContainer/src/h_deque.cpp @@ -538,7 +538,7 @@ static void *h_deque_free(t_h_deque *x) return (void *)x; } -void h_deque_setup(void) +extern "C" void h_deque_setup(void) { // the object class h_deque_class = class_new(gensym("h_deque"), (t_newmethod)h_deque_new, |