Skip to content

Commit

Permalink
CoverageLayer: fix clang compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jun 10, 2024
1 parent dd21d8d commit 9b3b902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osgEarth/CoverageLayer
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ namespace osgEarth

//! Table of preset sample values.
struct Presets : public std::unordered_map<std::string, Config> {
Presets() : _nodata() { }
const Config _nodata;
inline const Config& get(const std::string& name) const;
};
Expand Down

0 comments on commit 9b3b902

Please sign in to comment.