diff options
author | lloyd <[email protected]> | 2008-04-21 23:40:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-21 23:40:26 +0000 |
commit | 2ddb08c1f7f69a3d7da1820d40fd32910a37c617 (patch) | |
tree | a52725abbfdaf7edb1942c33446a13a9feaf660e /include/timers.h | |
parent | 699d390c0f4394b409e4fed4cb4b59021d423a1d (diff) |
Add BOTAN_DLL to Timer class declaration
Diffstat (limited to 'include/timers.h')
-rw-r--r-- | include/timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/timers.h b/include/timers.h index abceda449..8bff4134d 100644 --- a/include/timers.h +++ b/include/timers.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * Timer Interface * *************************************************/ -class Timer : public EntropySource +class BOTAN_DLL Timer : public EntropySource { public: virtual u64bit clock() const; |