Revision: 8785
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8785&view=rev
Author:   natepak
Date:     2010-06-23 16:18:35 +0000 (Wed, 23 Jun 2010)

Log Message:
-----------
Fixed a warning message

Modified Paths:
--------------
    code/gazebo/trunk/server/physics/BallJoint.hh

Modified: code/gazebo/trunk/server/physics/BallJoint.hh
===================================================================
--- code/gazebo/trunk/server/physics/BallJoint.hh       2010-06-23 14:16:25 UTC 
(rev 8784)
+++ code/gazebo/trunk/server/physics/BallJoint.hh       2010-06-23 16:18:35 UTC 
(rev 8785)
@@ -100,10 +100,10 @@
     public: virtual void SetLowStop(int index, Angle angle) {}
  
     /// \brief Get the high stop of an axis(index).
-    public: virtual Angle GetHighStop(int index) {}
+    public: virtual Angle GetHighStop(int index) {return Angle();}
 
     /// \brief Get the low stop of an axis(index).
-    public: virtual Angle GetLowStop(int index) {}
+    public: virtual Angle GetLowStop(int index) { return Angle();}
 
   };
   


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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to