#3944 clang-tidy : Apply changes on geomech and ssihub

This commit is contained in:
Magne Sjaastad
2019-01-10 22:12:11 +01:00
parent d460d3d77d
commit cee966a6d1
17 changed files with 62 additions and 62 deletions

View File

@@ -39,7 +39,7 @@ class RifGeoMechReaderInterface : public cvf::Object
{
public:
RifGeoMechReaderInterface();
virtual ~RifGeoMechReaderInterface();
~RifGeoMechReaderInterface() override;
virtual bool openFile(const std::string& fileName, std::string* errorMessage) = 0;
virtual bool isOpen() const = 0;