mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Renamed RimView to Rim3dView
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "RimSimWellInView.h"
|
||||
#include "RimSummaryPlotCollection.h"
|
||||
#include "RimSummaryCrossPlotCollection.h"
|
||||
#include "RimView.h"
|
||||
#include "Rim3dView.h"
|
||||
#include "RimViewLinkerCollection.h"
|
||||
#include "RimWellLogPlot.h"
|
||||
#include "RimWellLogPlotCollection.h"
|
||||
@@ -95,7 +95,7 @@ void RicDeleteItemExec::redo()
|
||||
caf::PdmObjectHandle* parentObj = listField->ownerObject();
|
||||
parentObj->uiCapability()->updateConnectedEditors();
|
||||
|
||||
RimView* view = NULL;
|
||||
Rim3dView* view = NULL;
|
||||
parentObj->firstAncestorOrThisOfType(view);
|
||||
|
||||
// Range Filters
|
||||
|
||||
Reference in New Issue
Block a user