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