summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/crawler/MIMEType.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/crawler/MIMEType.hpp b/include/crawler/MIMEType.hpp
index 3a628ca..d5557b8 100644
--- a/include/crawler/MIMEType.hpp
+++ b/include/crawler/MIMEType.hpp
@@ -6,6 +6,8 @@
#include <iostream>
#include <sstream>
+#include "CrawlerExportable.hpp"
+
class MIMEType {
protected:
std::string m_type;
@@ -64,7 +66,7 @@ class MIMEType {
return os.str( );
}
- static MIMEType Null;
+ static CRAWLER_DLL_VISIBLE MIMEType Null;
bool operator!=( const MIMEType &other ) const
{