Skip to content
Snippets Groups Projects
Commit 17ff3b85 authored by Koen Hillewaert's avatar Koen Hillewaert
Browse files

correction for hidden override

parent fd7bbda6
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,7 @@ class GEntity { ...@@ -267,7 +267,7 @@ class GEntity {
// returns the master entity (for mesh) // returns the master entity (for mesh)
GEntity* meshMaster() const; GEntity* meshMaster() const;
virtual void setMeshMaster(GEntity*); void setMeshMaster(GEntity*);
void setMeshMaster(GEntity*,const std::vector<double>&); void setMeshMaster(GEntity*,const std::vector<double>&);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment