Mentions légales du service

Skip to content

Fix build

Philippe SWARTVAGHER requested to merge pswartva/vite:fix-build into master

Otherwise, the build fails with the following error:

.../src/src/interface/Node_select.cpp:254:46: error: missing template arguments before ‘(’ token
  254 |             reassign_children_rec(*it, QFlags(Qt::Unchecked));
      |                                              ^

(at least on Debian with Qt 5.15.2)

Merge request reports