From 65586b515823b9f9de7ff609fbd4bb4f434dc6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Tue, 4 Mar 2025 01:36:00 -0300 Subject: [PATCH] Fix Windows build. --- include/eepp/ui/iconmanager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/eepp/ui/iconmanager.hpp b/include/eepp/ui/iconmanager.hpp index fa1b4d4ff..91274f898 100644 --- a/include/eepp/ui/iconmanager.hpp +++ b/include/eepp/ui/iconmanager.hpp @@ -11,7 +11,7 @@ namespace EE { namespace UI { class UIIconTheme; -class IconManager { +class EE_API IconManager { public: static UIIconTheme* init( const std::string& iconThemeName, FontTrueType* remixIconFont, FontTrueType* noniconFont, FontTrueType* codIconFont );