fixed some compile issues on non-msvc

This commit is contained in:
itsmattkc
2021-11-10 22:32:44 -08:00
parent 6033039046
commit 0c92bc3f08
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1636,7 +1636,7 @@ void NodeView::GroupNodes()
void NodeView::UngroupNodes()
{
static_cast<NodeGroup*>(selected_nodes_.first());
//static_cast<NodeGroup*>(selected_nodes_.first());
}
NodeViewItem *NodeView::UpdateNodeItem(Node *node, bool ignore_own_context)