diff options
Diffstat (limited to 'include/datastor.h')
-rw-r--r-- | include/datastor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datastor.h b/include/datastor.h index 0f887c08e..0f6029189 100644 --- a/include/datastor.h +++ b/include/datastor.h @@ -17,10 +17,10 @@ namespace Botan { /************************************************* * Data Store * *************************************************/ -class Data_Store +class BOTAN_DLL Data_Store { public: - class Matcher + class BOTAN_DLL Matcher { public: virtual bool operator()(const std::string&, |