diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp
index b8800e65e84dc6e7d7867f5f77e3b8386f3fdc26..0616f2367b6dbc1784d584421e79d160961f68d1 100644
--- a/Mesh/yamakawa.cpp
+++ b/Mesh/yamakawa.cpp
@@ -4041,7 +4041,7 @@ void PostOp::pyramids2(MVertex* a,MVertex* b,MVertex* c,MVertex* d,GRegion* gr){
 
       temp2 = new MPyramid(v1,v2,v3,v4,mid);
       gr->addPyramid(temp2);
-      markings.insert(std::pair<MElement*,bool>(temp2,false);
+      markings.insert(std::pair<MElement*,bool>(temp2,false));
       build_vertex_to_pyramids(temp2);
 
       if(different(v1,v2,diagA,diagB)){