mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
compilation OSX
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user