aboutsummaryrefslogtreecommitdiff
path: root/pdp2gem.cpp
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-12-05 15:54:26 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-12-05 15:54:26 +0000
commitcd17b9351f27e38bf9e968d46bec9a2b73c7199b (patch)
treec03fae47d4b69a8d68425a507d928db11b8ea14f /pdp2gem.cpp
parent8bfcae867806d685cbf402eaa785d539e23e893e (diff)
call ::post() instead of member-function post()
svn path=/trunk/externals/gem2pdp/; revision=6641
Diffstat (limited to 'pdp2gem.cpp')
-rw-r--r--pdp2gem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp2gem.cpp b/pdp2gem.cpp
index 2dc51de..aad89eb 100644
--- a/pdp2gem.cpp
+++ b/pdp2gem.cpp
@@ -310,7 +310,7 @@ void pdp2gem :: csMess(char* format)
void pdp2gem :: obj_setupCallback(t_class *classPtr)
{
- post( "pdp2gem : a bridge between PDP/PiDiP and GEM v"GEM2PDP_VERSION" (ydegoyon@free.fr & tigital@mac.com)" );
+ ::post( "pdp2gem : a bridge between PDP/PiDiP and GEM v"GEM2PDP_VERSION" (ydegoyon@free.fr & tigital@mac.com)" );
class_addmethod(classPtr, (t_method)&pdp2gem::pdpCallback,
gensym("pdp"), A_SYMBOL, A_DEFFLOAT, A_NULL);
class_addmethod(classPtr, (t_method)&pdp2gem::csMessCallback,