Fix casing issue which resulted in build error on Linux

This commit is contained in:
Bjørn Erik Jensen
2018-06-28 09:00:34 +02:00
parent dde88a010e
commit c89da0e9d5
6 changed files with 12 additions and 12 deletions

View File

@@ -29,13 +29,13 @@ class RimWellPathTarget;
class RimWellPath;
class RimWellPathGeometryDef;
class RimModeledWellpath: public RimWellPath
class RimModeledWellPath: public RimWellPath
{
CAF_PDM_HEADER_INIT;
public:
RimModeledWellpath();
~RimModeledWellpath();
RimModeledWellPath();
~RimModeledWellPath();
private: