compilation OSX

This commit is contained in:
brunoherbelin
2020-04-06 13:26:38 +02:00
parent 4b9ba47038
commit dbc51f2ed4
10 changed files with 18 additions and 11 deletions

View File

@@ -50,7 +50,6 @@ void SessionVisitor::visit(Group &n)
// revert to group as current
xmlCurrent_ = group;
}
n.visible_;
}
void SessionVisitor::visit(Switch &n)
@@ -150,7 +149,7 @@ void SessionVisitor::visit(LineStrip &n)
}
}
void SessionVisitor::visit(LineSquare &n)
void SessionVisitor::visit(LineSquare &)
{
// Node of a different type
xmlCurrent_->SetAttribute("type", "LineSquare");