Protecting class data
This commit is contained in:
parent
e343bce690
commit
f7c17e0efe
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ class MeshObject
|
|||
public meshObjectBase,
|
||||
public regIOobject
|
||||
{
|
||||
|
||||
protected:
|
||||
// Private data
|
||||
|
||||
// Reference to Mesh
|
||||
const Mesh& mesh_;
|
||||
|
|
Reference in a new issue