mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Shifted pure virtual updateLegends to RiuViewerToViewInterface
This commit is contained in:
@@ -60,5 +60,7 @@ public:
|
||||
|
||||
virtual void setCurrentTimeStepAndUpdate(int frameIndex) = 0;
|
||||
virtual void updateCurrentTimeStepAndRedraw() = 0;
|
||||
virtual void updateLegends() = 0;
|
||||
|
||||
virtual void endAnimation() = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user