From 6776c2e53667983c41173e620ed1f110fe791178 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 13 Dec 2000 19:35:32 +0000 Subject: [PATCH] oops again, fixed. --- simgear/bucket/newbucket.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/simgear/bucket/newbucket.hxx b/simgear/bucket/newbucket.hxx index 8e27579f..a0a4f036 100644 --- a/simgear/bucket/newbucket.hxx +++ b/simgear/bucket/newbucket.hxx @@ -113,19 +113,19 @@ private: public: // default constructor - inline SGBucket(); + SGBucket(); // constructor for specified location - inline SGBucket(const double dlon, const double dlat); + SGBucket(const double dlon, const double dlat); // create an impossible bucket if false - inline SGBucket(const bool is_good); + SGBucket(const bool is_good); // Parse a unique scenery tile index and find the lon, lat, x, and y - inline SGBucket(const long int bindex); + SGBucket(const long int bindex); // default destructor - inline ~SGBucket(); + ~SGBucket(); // Set the bucket params for the specified lat and lon void set_bucket( double dlon, double dlat ); -- 2.39.5