Add override

This commit is contained in:
Magne Sjaastad
2018-09-13 08:17:17 +02:00
parent a1518bd9ec
commit fe4ce550e0
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ class RivCompletionTypeResultToTextureMapper : public RivResultToTextureMapper
public:
using RivResultToTextureMapper::RivResultToTextureMapper;
cvf::Vec2f getTexCoord(double resultValue, size_t cellIndex) const
cvf::Vec2f getTexCoord(double resultValue, size_t cellIndex) const override
{
cvf::Vec2f texCoord(0, 0);