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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user