aboutsummaryrefslogtreecommitdiff
path: root/src/grids.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/grids.cpp')
-rw-r--r--src/grids.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/grids.cpp b/src/grids.cpp
index b4c3ad24..d5f961f7 100644
--- a/src/grids.cpp
+++ b/src/grids.cpp
@@ -112,9 +112,7 @@ VerticalShiftGrid::VerticalShiftGrid(const std::string &nameIn, int widthIn,
// ---------------------------------------------------------------------------
-bool VerticalShiftGrid::isNodata(float /*val*/, double /* multiplier */) const {
- return false;
-}
+VerticalShiftGrid::~VerticalShiftGrid() = default;
// ---------------------------------------------------------------------------