mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3944 clang-tidy : Apply changes on geomech and ssihub
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user