Debugger: Fix warn on release for CDB

Fixes: QTCREATORBUG-21328
Change-Id: I0dd09fa7df57d708aeb08e37d26d96031d28fb0c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2018-10-17 08:59:23 +02:00
committed by Christian Stenger
parent 3c1565efcb
commit 613280bbe4

View File

@@ -41,7 +41,7 @@ class CdbCommand;
struct MemoryViewCookie;
class StringInputStream;
class CdbEngine : public DebuggerEngine
class CdbEngine : public CppDebuggerEngine
{
Q_OBJECT