aboutsummaryrefslogtreecommitdiff
path: root/pdp2gem.cpp
diff options
context:
space:
mode:
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,