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:
@@ -30,8 +30,8 @@ class RimCheckableObject : public caf::PdmObject
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
public:
|
||||
RimCheckableObject( void );
|
||||
~RimCheckableObject( void ) override;
|
||||
RimCheckableObject();
|
||||
~RimCheckableObject() override;
|
||||
|
||||
bool isChecked() const;
|
||||
void setCheckState( bool checkState );
|
||||
|
||||
Reference in New Issue
Block a user