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 meshObjectBase,
|
||||||
public regIOobject
|
public regIOobject
|
||||||
{
|
{
|
||||||
|
// Private data
|
||||||
protected:
|
|
||||||
|
|
||||||
// Reference to Mesh
|
// Reference to Mesh
|
||||||
const Mesh& mesh_;
|
const Mesh& mesh_;
|
||||||
|
|
Reference in a new issue