Compile on Windows.

This commit is contained in:
Friedemann Kleint
2011-01-31 15:27:59 +01:00
parent 301f15ee6b
commit c379aae1c9

View File

@@ -292,7 +292,7 @@ void DebuggerMainWindowPrivate::createViewsMenuItems()
{
ICore *core = ICore::instance();
ActionManager *am = core->actionManager();
Context debugcontext(Core::Context(Constants::C_DEBUGMODE));
Context debugcontext(Constants::C_DEBUGMODE);
m_viewsMenu = am->actionContainer(Id(Core::Constants::M_WINDOW_VIEWS));
QTC_ASSERT(m_viewsMenu, return)