Revision: 4444
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4444&view=rev
Author:   zmoelnig
Date:     2011-08-10 07:19:39 +0000 (Wed, 10 Aug 2011)

Log Message:
-----------
fix 'enumProps' message

Modified Paths:
--------------
    trunk/Gem/src/Pixes/pix_video.cpp

Modified: trunk/Gem/src/Pixes/pix_video.cpp
===================================================================
--- trunk/Gem/src/Pixes/pix_video.cpp   2011-08-08 15:27:45 UTC (rev 4443)
+++ trunk/Gem/src/Pixes/pix_video.cpp   2011-08-10 07:19:39 UTC (rev 4444)
@@ -757,7 +757,7 @@
     class_addmethod(classPtr, 
reinterpret_cast<t_method>(&pix_video::getPropertyMessCallback),
            gensym("get"), A_GIMME, A_NULL);
 
-    CPPEXTERN_MSG0(classPtr, "enumProps", applyPropertiesMess);
+    CPPEXTERN_MSG0(classPtr, "enumProps", enumPropertyMess);
     class_addmethod(classPtr, 
                    reinterpret_cast<t_method>(&pix_video::  
setPropertiesMessCallback),
                    gensym("setProps"), A_GIMME, A_NULL);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to