mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Set visibility to protected to allow for inclusion in derived classes
This commit is contained in:
parent
cc5f5eddd0
commit
e67b9e4f59
@ -40,7 +40,7 @@ public:
|
||||
protected:
|
||||
virtual caf::PdmFieldHandle* userDescriptionField() override;
|
||||
|
||||
private:
|
||||
protected:
|
||||
caf::PdmField<QString> m_name;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user