Revision: 4483
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4483&view=rev
Author:   zmoelnig
Date:     2011-08-19 08:19:26 +0000 (Fri, 19 Aug 2011)

Log Message:
-----------
pixBlock is really a "struct" and not a "class"

this fixes some weirdo bugs on w32

Modified Paths:
--------------
    trunk/Gem/src/plugins/video.h

Modified: trunk/Gem/src/plugins/video.h
===================================================================
--- trunk/Gem/src/plugins/video.h       2011-08-19 08:16:59 UTC (rev 4482)
+++ trunk/Gem/src/plugins/video.h       2011-08-19 08:19:26 UTC (rev 4483)
@@ -28,7 +28,7 @@
   pix, capture
     
   -----------------------------------------------------------------*/
-class pixBlock;
+struct pixBlock;
 namespace gem { namespace plugins {
     class GEM_EXTERN video {
     public:


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

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to