Make an explicit destructor so the compiler doesn't get confused about
non matching exception types with the implicitely defined destructor.
This commit is contained in:
parent
487701a143
commit
af29d3d257
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user