forked from qt-creator/qt-creator
Debugger: Compile fix for VS 2012
Change-Id: I4ccb14bdd92f70fe8c7c08ad10992238041ce58a Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -209,7 +209,7 @@ struct CdbCommand
|
|||||||
typedef CdbEngine::CommandHandler CommandHandler;
|
typedef CdbEngine::CommandHandler CommandHandler;
|
||||||
|
|
||||||
CdbCommand()
|
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,
|
CdbCommand(bool builtin, const QByteArray &cmd, int token, unsigned flags,
|
||||||
|
|||||||
Reference in New Issue
Block a user