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

@@ -67,7 +67,7 @@ void RicNewEditableWellPathFeature::onActionTriggered(bool isChecked)
if ( wellPathCollection )
{
std::vector<RimWellPath*> newWellPaths;
newWellPaths.push_back(new RimModeledWellpath());
newWellPaths.push_back(new RimModeledWellPath());
wellPathCollection->addWellPaths(newWellPaths);
wellPathCollection->uiCapability()->updateConnectedEditors();
wellPathCollection->scheduleRedrawAffectedViews();