fix -Wpedantic

This commit is contained in:
wmayer
2019-09-18 18:48:01 +02:00
parent a1e6fce888
commit a243b95209
2 changed files with 9 additions and 9 deletions

View File

@@ -124,7 +124,7 @@
#include <Mod/Part/App/PartFeature.h>
#include <Mod/Part/App/PrimitiveFeature.h>
FC_LOG_LEVEL_INIT("Part", true, true);
FC_LOG_LEVEL_INIT("Part", true, true)
using namespace PartGui;