#2331 Renamed RimView to Rim3dView

This commit is contained in:
Jacob Støren
2018-01-09 10:11:28 +01:00
parent 038914dc01
commit cb6d49a611
139 changed files with 1487 additions and 394 deletions

View File

@@ -18,7 +18,7 @@
#pragma once
class RimView;
class Rim3dView;
//==================================================================================================
@@ -31,7 +31,7 @@ class RiuTimeStepChangedHandler
public:
static RiuTimeStepChangedHandler* instance();
void handleTimeStepChanged(RimView* changedView) const;
void handleTimeStepChanged(Rim3dView* changedView) const;
private:
RiuTimeStepChangedHandler();