Fix Windows build.

This commit is contained in:
Martín Lucas Golini
2025-03-04 01:36:00 -03:00
parent 186888c023
commit 65586b5158

View File

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