mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-23 07:14:22 +02:00
Fixed build with some Qt versions
+ ENC style enhancements
This commit is contained in:
@ -132,6 +132,7 @@ private:
|
||||
};
|
||||
|
||||
struct Sounding {
|
||||
Sounding() : depth(NAN) {}
|
||||
Sounding(const Coordinates &c, double depth) : c(c), depth(depth) {}
|
||||
|
||||
Coordinates c;
|
||||
|
Reference in New Issue
Block a user