summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-06 22:38:42 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-06 22:38:42 +0200
commit374c902e272f06833cfc67e3b8bd86cc7ae7cd3c (patch)
tree58a792daf622c54255c41368dfa7ec83d9e8b16e /include
parent77bf153e1fa69fa151f32aedd400d5b51220b701 (diff)
downloadcrawler-374c902e272f06833cfc67e3b8bd86cc7ae7cd3c.tar.gz
crawler-374c902e272f06833cfc67e3b8bd86cc7ae7cd3c.tar.bz2
crawler fixed on Linux
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
{