mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix build
This commit is contained in:
parent
5b083bf974
commit
aa18ee9aa4
@ -151,7 +151,7 @@ protected:
|
|||||||
void disableGridBoxField();
|
void disableGridBoxField();
|
||||||
void disablePerspectiveProjectionField();
|
void disablePerspectiveProjectionField();
|
||||||
|
|
||||||
RimWellPathCollection* wellPathCollection();
|
RimWellPathCollection* wellPathCollection() const;
|
||||||
void addWellPathsToModel(cvf::ModelBasicList* wellPathModelBasicList,
|
void addWellPathsToModel(cvf::ModelBasicList* wellPathModelBasicList,
|
||||||
const cvf::BoundingBox& wellPathClipBoundingBox);
|
const cvf::BoundingBox& wellPathClipBoundingBox);
|
||||||
|
|
||||||
|
@ -321,7 +321,7 @@ void RimSimWellInViewCollection::fieldChangedByUi(const caf::PdmFieldHandle* cha
|
|||||||
{
|
{
|
||||||
this->updateUiIconFromToggleField();
|
this->updateUiIconFromToggleField();
|
||||||
|
|
||||||
RimView* view;
|
Rim3dView* view;
|
||||||
firstAncestorOrThisOfType(view);
|
firstAncestorOrThisOfType(view);
|
||||||
if (view)
|
if (view)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user