From: curt Date: Tue, 29 May 2007 19:38:17 +0000 (+0000) Subject: Make an explicit destructor so the compiler doesn't get confused about X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af29d3d257a6076eb5d3f6991ed8f6379d801ff1;p=simgear.git Make an explicit destructor so the compiler doesn't get confused about non matching exception types with the implicitely defined destructor. --- 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