]> git.mxchange.org Git - simgear.git/commitdiff
oops again, fixed.
authorcurt <curt>
Wed, 13 Dec 2000 19:35:32 +0000 (19:35 +0000)
committercurt <curt>
Wed, 13 Dec 2000 19:35:32 +0000 (19:35 +0000)
simgear/bucket/newbucket.hxx

index 8e27579f7c7a50feee374f5c8308367ddd62f8b9..a0a4f036ab6583e5b6a35bad3cfda751b3f039ad 100644 (file)
@@ -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 );