Try to fix MSVC error.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-02-26 12:25:14 +02:00
parent 01612c4c7c
commit ae5650f1f0

View file

@ -46,7 +46,7 @@ VLayoutGenerator::VLayoutGenerator(QObject *parent)
paperWidth(0),
margins(),
usePrinterFields(true),
stopGeneration(false),
stopGeneration(ATOMIC_VAR_INIT(false)),
state(LayoutErrors::NoError),
shift(0),
rotate(true),