aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-08-30 12:10:01 +0200
committerGravatar attilamolnar2013-08-30 12:10:01 +0200
commitd54eec6dd8d44cba3c1e935f72089dbe675e0820 (patch)
treef703c96d1fd77456d9a4b3754621a807e6e3efa7 /include
parentRelease 2.0.14 (diff)
Don't CoreExport reference, fixes m_dnsbl on Windows
The explicit instantiations of reference are now useless; remove
Diffstat (limited to 'include')
-rw-r--r--include/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/base.h b/include/base.h
index 5308ed655..0a4456f3a 100644
--- a/include/base.h
+++ b/include/base.h
@@ -122,7 +122,7 @@ class CoreExport usecountbase
};
template <typename T>
-class CoreExport reference
+class reference
{
T* value;
public: