Added const access

This commit is contained in:
Magne Sjaastad
2017-02-20 09:26:11 +01:00
parent d2142c5724
commit 820e574a61
@@ -53,6 +53,8 @@ public:
virtual ~PdmChildArrayField();
PdmChildArrayField& operator() () { return *this; }
const PdmChildArrayField& operator() () const { return *this; }
// Reimplementation of PdmPointersFieldHandle methods