mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make more const accessors available
This commit is contained in:
@@ -54,6 +54,7 @@ public:
|
||||
virtual ~PdmChildArrayField();
|
||||
|
||||
PdmChildArrayField& operator() () { return *this; }
|
||||
const PdmChildArrayField& operator() () const { return *this; }
|
||||
|
||||
// Reimplementation of PdmPointersFieldHandle methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user