From 88979577dbb9c811212182678b22fbd9f10c1194 Mon Sep 17 00:00:00 2001 From: Roman Melnik Date: Mon, 19 Mar 2012 21:45:53 +0200 Subject: [PATCH] Change 'nullptr' to 'NULL' (after fixing bug#192 in previous commit) --- apps/openmw/mwgui/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwgui/console.cpp b/apps/openmw/mwgui/console.cpp index c16bbf0847..0a5197c608 100644 --- a/apps/openmw/mwgui/console.cpp +++ b/apps/openmw/mwgui/console.cpp @@ -141,7 +141,7 @@ namespace MWGui setVisible(false); // Remove keyboard focus from the console input whenever the // console is turned off - MyGUI::InputManager::getInstance().setKeyFocusWidget(nullptr); + MyGUI::InputManager::getInstance().setKeyFocusWidget(NULL); } void Console::setFont(const std::string &fntName)