Skip to content

Commit 894c18f

Browse files
authored
Added DPP_EXPORT to bignum.h bn_deleter struct (#1542)
1 parent f3ae9e5 commit 894c18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dpp/bignum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class DPP_EXPORT bignumber {
4848
* @brief Forward declaration of structure which implements proper destructor for unique_ptr<openssl_bignum> as type is incomplete in header
4949
* custom deleter defined where openssl_bignum is complete
5050
*/
51-
struct bn_deleter {
51+
struct DPP_EXPORT bn_deleter {
5252

5353
/**
5454
* @brief Deletes an `openssl_bignum` instance.

0 commit comments

Comments
 (0)