Revision: 4431
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4431&view=rev
Author:   zmoelnig
Date:     2011-08-08 14:23:32 +0000 (Mon, 08 Aug 2011)

Log Message:
-----------
use (void) rather than ()

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

Modified: trunk/Gem/src/plugins/record.h
===================================================================
--- trunk/Gem/src/plugins/record.h      2011-08-08 14:23:06 UTC (rev 4430)
+++ trunk/Gem/src/plugins/record.h      2011-08-08 14:23:32 UTC (rev 4431)
@@ -48,7 +48,7 @@
   virtual void stop (void) = 0;
 
   //////////
-  // record a frame (wrapper around putFrame()
+  // record a frame 
   virtual bool write(imageStruct*) = 0;
 
   /**
@@ -72,7 +72,7 @@
 
   //////////
   // popup a dialog to set the codec interactively (interesting on os-x and 
w32)
-  virtual bool dialog() = 0;
+  virtual bool dialog(void) = 0;
 
 
   //////////


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

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to