All: modernize C++11

* replace deprecated headers
This commit is contained in:
wmayer
2022-03-23 22:44:18 +01:00
parent a3780fc127
commit d21a60b294
93 changed files with 126 additions and 136 deletions

View File

@@ -44,7 +44,7 @@
# include <Inventor/nodes/SoMaterialBinding.h>
# include <Inventor/nodes/SoScale.h>
# include <math.h>
# include <cmath>
#endif
#include <Gui/Command.h>