#3197 Refactoring : Add const keyword to Rim3dPropertiesInterface

This commit is contained in:
Magne Sjaastad
2018-08-10 14:55:50 +02:00
parent b111b87e41
commit a16fe5966b
7 changed files with 12 additions and 12 deletions

View File

@@ -24,5 +24,5 @@
class Rim3dPropertiesInterface
{
public:
virtual cvf::BoundingBox boundingBoxInDomainCoords() = 0;
virtual cvf::BoundingBox boundingBoxInDomainCoords() const = 0;
};