diff options
Diffstat (limited to 'logic/launch/steps/TextPrint.h')
-rw-r--r-- | logic/launch/steps/TextPrint.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/logic/launch/steps/TextPrint.h b/logic/launch/steps/TextPrint.h index 3846bf84..fdd9014a 100644 --- a/logic/launch/steps/TextPrint.h +++ b/logic/launch/steps/TextPrint.h @@ -19,7 +19,13 @@ #include <launch/LoggedProcess.h> #include <java/JavaChecker.h> -class TextPrint: public LaunchStep +#include "multimc_logic_export.h" + +/* + * FIXME: maybe do not export + */ + +class MULTIMC_LOGIC_EXPORT TextPrint: public LaunchStep { Q_OBJECT public: |