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:
@@ -198,7 +198,7 @@ void RimViewWindow::setAsMdiWindow(int mainWindowID)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
#include "RimView.h"
|
||||
#include "Rim3dView.h"
|
||||
|
||||
void RimViewWindow::initAfterRead()
|
||||
{
|
||||
@@ -207,7 +207,7 @@ void RimViewWindow::initAfterRead()
|
||||
RimMdiWindowGeometry wg;
|
||||
int mainWindowID = -1;
|
||||
|
||||
if (dynamic_cast<RimView*> (this))
|
||||
if (dynamic_cast<Rim3dView*> (this))
|
||||
mainWindowID = 0;
|
||||
else
|
||||
mainWindowID = 1;
|
||||
|
||||
Reference in New Issue
Block a user