]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/sg_time.hxx
Fix failing BucketBox test
[simgear.git] / simgear / timing / sg_time.hxx
index 78d04863811f9b3dff0ae01a57d8eb5e8be40903..d59ee249e223cd196f8de3dc1320c0472c0196f7 100644 (file)
@@ -148,6 +148,9 @@ public:
      *        allows us to advance or rewind "time" if we choose to.  */
     void update( const SGGeod& location, time_t ct, long int warp );
 
+    /** Deprecated method. To be removed after the next release... */
+    void update( double lon_rad, double lat_rad, time_t ct, long int warp ) DEPRECATED;
+
     /**
      * Given lon/lat, update timezone information and local_offset
      * The updateLocal() method is intended to be called less