aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/hres_timer/hres_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy/hres_timer/hres_timer.h')
-rw-r--r--src/entropy/hres_timer/hres_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/hres_timer/hres_timer.h b/src/entropy/hres_timer/hres_timer.h
index 8dfbfc2d7..a602d5d7b 100644
--- a/src/entropy/hres_timer/hres_timer.h
+++ b/src/entropy/hres_timer/hres_timer.h
@@ -15,7 +15,7 @@ namespace Botan {
/*
* High Resolution Timestamp Source
*/
-class BOTAN_DLL High_Resolution_Timestamp : public EntropySource
+class High_Resolution_Timestamp : public EntropySource
{
public:
std::string name() const { return "High Resolution Timestamp"; }