From 7e01c3b5bd54dd593ab0ee22a9571acdcca14cf0 Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Thu, 11 Feb 2010 19:46:46 +0100 Subject: [PATCH] Compile fix --- src/plugins/debugger/breakwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/breakwindow.cpp b/src/plugins/debugger/breakwindow.cpp index 634b5927b19..e27b4b3a713 100644 --- a/src/plugins/debugger/breakwindow.cpp +++ b/src/plugins/debugger/breakwindow.cpp @@ -79,7 +79,7 @@ public: // /////////////////////////////////////////////////////////////////////// -BreakWindow::BreakWindow(DebuggerManager *manager) +BreakWindow::BreakWindow(Debugger::DebuggerManager *manager) : m_manager(manager), m_alwaysResizeColumnsToContents(false) { QAction *act = theDebuggerAction(UseAlternatingRowColors); -- GitLab