Revision: 6862 http://playerstage.svn.sourceforge.net/playerstage/?rev=6862&view=rev Author: rtv Date: 2008-07-14 09:59:20 -0700 (Mon, 14 Jul 2008)
Log Message: ----------- fixed error that caused some GCC versions to complain Modified Paths: -------------- code/stage/trunk/libstage/stage.hh Modified: code/stage/trunk/libstage/stage.hh =================================================================== --- code/stage/trunk/libstage/stage.hh 2008-07-14 16:53:42 UTC (rev 6861) +++ code/stage/trunk/libstage/stage.hh 2008-07-14 16:59:20 UTC (rev 6862) @@ -1487,7 +1487,7 @@ void AddToPose( stg_pose_t pose ); /** add values to a model's pose in its parent's coordinate system */ - void AddToPose( double dy, double dy, double dz, double da ); + void AddToPose( double dx, double dy, double dz, double da ); /** set a model's geometry (size and center offsets) */ void SetGeom( stg_geom_t src ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit