diff options
Diffstat (limited to 'logic/icons/MMCIcon.h')
-rw-r--r-- | logic/icons/MMCIcon.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/logic/icons/MMCIcon.h b/logic/icons/MMCIcon.h index cf087aa4..753e916d 100644 --- a/logic/icons/MMCIcon.h +++ b/logic/icons/MMCIcon.h @@ -17,7 +17,10 @@ #include <QString> #include <QDateTime> #include <QIcon> -struct MMCImage + +#include "multimc_logic_export.h" + +struct MULTIMC_LOGIC_EXPORT MMCImage { QIcon icon; QString filename; @@ -28,7 +31,7 @@ struct MMCImage } }; -struct MMCIcon +struct MULTIMC_LOGIC_EXPORT MMCIcon { enum Type : unsigned { |