aboutsummaryrefslogtreecommitdiffstats
path: root/reporthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'reporthandler.h')
-rw-r--r--reporthandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/reporthandler.h b/reporthandler.h
index e13d3562f..1f70046ce 100644
--- a/reporthandler.h
+++ b/reporthandler.h
@@ -27,6 +27,7 @@
#include <QtCore/QString>
#include <QtCore/QSet>
#include <cstring>
+#include "apiextractormacros.h"
class ProgressAnimation
{
@@ -75,7 +76,7 @@ private:
}
};
-class ReportHandler
+class APIEXTRACTOR_API ReportHandler
{
public:
enum DebugLevel { NoDebug, SparseDebug, MediumDebug, FullDebug };