Skip to content

Commit

Permalink
fix windows build (followup 3339012)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 25, 2018
1 parent 5e360f9 commit 595ecce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/mesh/qgsmeshlayerinterpolator.cpp
Expand Up @@ -127,6 +127,7 @@ QgsMeshLayerInterpolator::~QgsMeshLayerInterpolator() = default;
QgsRasterInterface *QgsMeshLayerInterpolator::clone() const
{
assert( false ); // we should not need this (hopefully)
return nullptr;
}

Qgis::DataType QgsMeshLayerInterpolator::dataType( int ) const
Expand Down

0 comments on commit 595ecce

Please sign in to comment.