From af29d3d257a6076eb5d3f6991ed8f6379d801ff1 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 29 May 2007 19:38:17 +0000 Subject: [PATCH] Make an explicit destructor so the compiler doesn't get confused about non matching exception types with the implicitely defined destructor. --- simgear/bucket/newbucket.hxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simgear/bucket/newbucket.hxx b/simgear/bucket/newbucket.hxx index ccb5a8f9..1c8b5b59 100644 --- a/simgear/bucket/newbucket.hxx +++ b/simgear/bucket/newbucket.hxx @@ -154,6 +154,10 @@ public: */ SGBucket(const long int bindex); + /** Explicit Destructor + */ + ~SGBucket(); + /** * Reset a bucket to represent a new lat and lon * @param dlon longitude specified in degrees -- 2.39.5