Debugger: Compile fix for VS 2012

Change-Id: I4ccb14bdd92f70fe8c7c08ad10992238041ce58a
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-02-18 10:50:19 +01:00
committed by hjk
parent b6de2d1bd8
commit 6bb011059b

View File

@@ -209,7 +209,7 @@ struct CdbCommand
typedef CdbEngine::CommandHandler CommandHandler;
CdbCommand()
: token(0), flags(0), commandSequence(0), isBuiltin(true), handler(0), success(false)
: token(0), flags(0), commandSequence(0), isBuiltin(true), handler(CommandHandler()), success(false)
{}
CdbCommand(bool builtin, const QByteArray &cmd, int token, unsigned flags,