From e99c2c5265bd3e6c923ce4f537100cfe09ee2eaa Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Tue, 15 Oct 2024 18:58:10 +0200 Subject: [PATCH] fix: faltava el nom de la classe en shutdownSystem() --- source/director.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/director.cpp b/source/director.cpp index c2d8722..d335afe 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -733,7 +733,7 @@ std::string Director::getLangFile(lang::Code code) } // Apaga el sistema -void shutdownSystem() +void Director::shutdownSystem() { #ifdef _WIN32 // Apaga el sistema en Windows