mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3197 Refactoring : Add const keyword to Rim3dPropertiesInterface
This commit is contained in:
@@ -24,5 +24,5 @@
|
||||
class Rim3dPropertiesInterface
|
||||
{
|
||||
public:
|
||||
virtual cvf::BoundingBox boundingBoxInDomainCoords() = 0;
|
||||
virtual cvf::BoundingBox boundingBoxInDomainCoords() const = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user