From f4ab935a26763e57f9f495ce2677f07b26ab5b13 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Tue, 6 Feb 2024 23:22:08 +0100 Subject: [PATCH] Fix global CConfigApp object annotation --- CONFIG/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG/config.cpp b/CONFIG/config.cpp index 576631b5..78c6b6c2 100644 --- a/CONFIG/config.cpp +++ b/CONFIG/config.cpp @@ -431,4 +431,4 @@ int CConfigApp::ExitInstance() } // GLOBAL: CONFIG 0x00408e50 -CConfigApp theApp; +CConfigApp g_theApp;