diff options
Diffstat (limited to 'src/math/gfpmath/freestore.h')
-rw-r--r-- | src/math/gfpmath/freestore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/gfpmath/freestore.h b/src/math/gfpmath/freestore.h index 99025f4e3..cafe69aae 100644 --- a/src/math/gfpmath/freestore.h +++ b/src/math/gfpmath/freestore.h @@ -31,7 +31,7 @@ namespace Botan { template<typename T> -class SharedPtrConverter +class BOTAN_DLL SharedPtrConverter { public: typedef std::tr1::shared_ptr<T> SharedPtr; @@ -142,7 +142,7 @@ std::tr1::shared_ptr<T> create_shared_ptr(P1 p1, P2 p2, P3 p3, ...); * new (or new[]) operator, but only via one of the overloads * of function template Botan::create_ptr. */ -class Freestore +class BOTAN_DLL Freestore { private: static |