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),
|
||||
margins(),
|
||||
usePrinterFields(true),
|
||||
stopGeneration(false),
|
||||
stopGeneration(ATOMIC_VAR_INIT(false)),
|
||||
state(LayoutErrors::NoError),
|
||||
shift(0),
|
||||
rotate(true),
|
||||
|
|
Loading…
Reference in New Issue
Block a user