From a845b098d90935ca78f92ec8c9dc87e3abdb3432 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 24 May 2018 13:11:52 -0300 Subject: [PATCH] Minor changes in ui/system.cpp --- src/ui/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/system.cpp b/src/ui/system.cpp index 88841bf58..d92010872 100644 --- a/src/ui/system.cpp +++ b/src/ui/system.cpp @@ -172,9 +172,9 @@ static void update_mouse_cursor() } } -// static static UISystem* g_instance = nullptr; +// static UISystem* UISystem::instance() { return g_instance;