Fix build

This commit is contained in:
Rebecca Cox 2018-01-31 16:37:43 +01:00
parent 5b083bf974
commit aa18ee9aa4
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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)
{ {