Revision: 7122
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7122&view=rev
Author:   natepak
Date:     2008-10-29 21:45:25 +0000 (Wed, 29 Oct 2008)

Log Message:
-----------
Changed bool to int

Modified Paths:
--------------
    code/gazebo/trunk/libgazebo/gazebo.h

Modified: code/gazebo/trunk/libgazebo/gazebo.h
===================================================================
--- code/gazebo/trunk/libgazebo/gazebo.h        2008-10-29 21:44:33 UTC (rev 
7121)
+++ code/gazebo/trunk/libgazebo/gazebo.h        2008-10-29 21:45:25 UTC (rev 
7122)
@@ -584,7 +584,7 @@
   /// Pose of the camera
   public: Pose camera_pose;
 
-  public: bool saveFrames;
+  public: int saveFrames;
 };
 
 /// \brief The camera interface


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to