#5106 Fix crash when importing multiple well paths with the same name

This commit is contained in:
Gaute Lindkvist
2019-11-30 10:23:24 +01:00
parent c5f21b75fa
commit 538e42f278
6 changed files with 21 additions and 21 deletions

View File

@@ -29,7 +29,7 @@
#include <vector>
class RimFileWellPath;
class RimWellPath;
//==================================================================================================
///
@@ -43,9 +43,8 @@ public:
RicfCommandResponse execute() override;
protected:
static std::vector<RimFileWellPath*> importWellPaths( const QStringList& wellPathFilePaths,
QStringList* errorMessages );
static QStringList wellPathNameFilters();
static std::vector<RimWellPath*> importWellPaths( const QStringList& wellPathFilePaths, QStringList* errorMessages );
static QStringList wellPathNameFilters();
// Overrides
bool isCommandEnabled() override;