Revision: 7118
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7118&view=rev
Author:   gerkey
Date:     2008-10-28 14:59:41 +0000 (Tue, 28 Oct 2008)

Log Message:
-----------
Applied trivial fix for gcc 4.3

Modified Paths:
--------------
    code/stage/branches/stage-ros/libstage/stage.hh

Modified: code/stage/branches/stage-ros/libstage/stage.hh
===================================================================
--- code/stage/branches/stage-ros/libstage/stage.hh     2008-10-28 06:37:21 UTC 
(rev 7117)
+++ code/stage/branches/stage-ros/libstage/stage.hh     2008-10-28 14:59:41 UTC 
(rev 7118)
@@ -1398,7 +1398,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.

-------------------------------------------------------------------------
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