diff options
Diffstat (limited to 'src/spawn.h')
-rw-r--r-- | src/spawn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn.h b/src/spawn.h index e65f18e..61c073f 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -57,7 +57,7 @@ private: class StateEGCommand : public StateExpectQReg { public: - StateEGCommand() : StateExpectQReg(true) {} + StateEGCommand() : StateExpectQReg(QREG_OPTIONAL_INIT) {} private: State *got_register(QRegister *reg); |