mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Release 2023.06
This commit is contained in:
@@ -34,8 +34,8 @@ class RimViewLinkerCollection : public caf::PdmObject
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
public:
|
||||
RimViewLinkerCollection( void );
|
||||
~RimViewLinkerCollection( void ) override;
|
||||
RimViewLinkerCollection();
|
||||
~RimViewLinkerCollection() override;
|
||||
|
||||
caf::PdmField<bool> isActive;
|
||||
caf::PdmChildField<RimViewLinker*> viewLinker;
|
||||
|
||||
Reference in New Issue
Block a user