mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved implementation to source file to avoid compile issues
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include "cvfObject.h"
|
||||
#include "cafPdmPtrField.h"
|
||||
|
||||
class RimEclipseCase;
|
||||
class RigSummaryCaseData;
|
||||
|
||||
//==================================================================================================
|
||||
@@ -47,7 +46,7 @@ public:
|
||||
void updateOptionSensitivity();
|
||||
|
||||
void loadCase();
|
||||
RigSummaryCaseData* caseData() { return m_summaryCaseData.p(); }
|
||||
RigSummaryCaseData* caseData();
|
||||
|
||||
protected:
|
||||
void updateTreeItemName();
|
||||
|
||||
Reference in New Issue
Block a user