From 374c902e272f06833cfc67e3b8bd86cc7ae7cd3c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Sep 2012 22:38:42 +0200 Subject: crawler fixed on Linux --- include/crawler/MIMEType.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 #include +#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 { -- cgit v1.2.3-54-g00ecf