fix -Wpedantic

This commit is contained in:
wmayer
2019-09-18 18:48:01 +02:00
parent 1e3ab8276c
commit 6a1bfc0ab2
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;