Try to fix MSVC error.
--HG-- branch : develop
This commit is contained in:
parent
01612c4c7c
commit
ae5650f1f0
|
@ -46,7 +46,7 @@ VLayoutGenerator::VLayoutGenerator(QObject *parent)
|
||||||
paperWidth(0),
|
paperWidth(0),
|
||||||
margins(),
|
margins(),
|
||||||
usePrinterFields(true),
|
usePrinterFields(true),
|
||||||
stopGeneration(false),
|
stopGeneration(ATOMIC_VAR_INIT(false)),
|
||||||
state(LayoutErrors::NoError),
|
state(LayoutErrors::NoError),
|
||||||
shift(0),
|
shift(0),
|
||||||
rotate(true),
|
rotate(true),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user