Mentions légales du service

Skip to content
Snippets Groups Projects

Fix build

Merged Philippe SWARTVAGHER requested to merge pswartva/vite:fix-build into master
  1. Aug 08, 2022
    • Philippe SWARTVAGHER's avatar
      Fix build · 67c901c2
      Philippe SWARTVAGHER authored and Mathieu Faverge's avatar Mathieu Faverge committed
      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)
      67c901c2
Loading