From 42134f79f1284f07246a7e9a5e7f158e815e497d Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Tue, 9 Jan 2007 20:54:10 +0000 Subject: fix to be compatible with the pd-extended build system svn path=/trunk/externals/grh/; revision=7260 --- PDContainer/src/h_prioqueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PDContainer/src/h_prioqueue.cpp') diff --git a/PDContainer/src/h_prioqueue.cpp b/PDContainer/src/h_prioqueue.cpp index 7443ff6..0770ab0 100755 --- a/PDContainer/src/h_prioqueue.cpp +++ b/PDContainer/src/h_prioqueue.cpp @@ -216,7 +216,7 @@ static void *h_priority_queue_free(t_h_priority_queue *x) return (void *)x; } -extern "C" void h_priority_queue_setup(void) +extern "C" void h_prioqueue_setup(void) { // the object class h_priority_queue_class = class_new(gensym("h_priority_queue"), (t_newmethod)h_priority_queue_new, -- cgit v1.2.1