summaryrefslogtreecommitdiff
path: root/hrtimer.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-06-08 02:01:46 -0400
committerJeffrey Walton <noloader@gmail.com>2015-06-08 02:01:46 -0400
commit989f98c1a009fc14f024bb1d67c55486b9bfe220 (patch)
tree59d5b696321545fc5bc82fb0d7eeaa29fd537dc8 /hrtimer.h
parent1d237fe79d2b55ba0f887a9413d6f04b5cd2f028 (diff)
downloadcryptopp-git-989f98c1a009fc14f024bb1d67c55486b9bfe220.tar.gz
Cleared SourceForge reported issue where ThreadUserTimer was not exported
Diffstat (limited to 'hrtimer.h')
-rw-r--r--hrtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hrtimer.h b/hrtimer.h
index 858dbd22..d62ba49d 100644
--- a/hrtimer.h
+++ b/hrtimer.h
@@ -39,7 +39,7 @@ private:
//! measure CPU time spent executing instructions of this thread (if supported by OS)
/*! /note This only works correctly on Windows NT or later. On Unix it reports process time, and others wall clock time.
*/
-class ThreadUserTimer : public TimerBase
+class CRYPTOPP_DLL ThreadUserTimer : public TimerBase
{
public:
ThreadUserTimer(Unit unit = TimerBase::SECONDS, bool stuckAtZero = false) : TimerBase(unit, stuckAtZero) {}