1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 02:45:32 +00:00

Change 'nullptr' to 'NULL' (after fixing bug#192 in previous commit)

This commit is contained in:
Roman Melnik 2012-03-19 21:45:53 +02:00
parent a9759c3f33
commit 88979577db

View file

@ -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)