summaryrefslogtreecommitdiff
path: root/simple.h
diff options
context:
space:
mode:
Diffstat (limited to 'simple.h')
-rw-r--r--simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple.h b/simple.h
index 7ab2134..92026b8 100644
--- a/simple.h
+++ b/simple.h
@@ -24,7 +24,7 @@ template <class BASE, class ALGORITHM_INFO=BASE>
class CRYPTOPP_NO_VTABLE AlgorithmImpl : public BASE
{
public:
- static std::string StaticAlgorithmName() {return ALGORITHM_INFO::StaticAlgorithmName();}
+ static std::string CRYPTOPP_API StaticAlgorithmName() {return ALGORITHM_INFO::StaticAlgorithmName();}
std::string AlgorithmName() const {return ALGORITHM_INFO::StaticAlgorithmName();}
};