mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix casing issue which resulted in build error on Linux
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user