diff options
author | lloyd <[email protected]> | 2010-10-28 18:21:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-28 18:21:43 +0000 |
commit | 066c0618aaddf751989ee327660b567d88b2e198 (patch) | |
tree | 79b23c90182f42a3be56df854fe17ee0a34665cc /src/entropy/beos_stats/es_beos.h | |
parent | 7bd608843d0b68c989493552b4ab891f984bc171 (diff) |
These are internal headers and do not need public linkage
Diffstat (limited to 'src/entropy/beos_stats/es_beos.h')
-rw-r--r-- | src/entropy/beos_stats/es_beos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/beos_stats/es_beos.h b/src/entropy/beos_stats/es_beos.h index 31029a88c..5ccb430a5 100644 --- a/src/entropy/beos_stats/es_beos.h +++ b/src/entropy/beos_stats/es_beos.h @@ -15,7 +15,7 @@ namespace Botan { /** * BeOS Entropy Source */ -class BOTAN_DLL BeOS_EntropySource : public EntropySource +class BeOS_EntropySource : public EntropySource { private: std::string name() const { return "BeOS Statistics"; } |