aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2022-05-12 07:34:15 +0000
committerAndre Heinecke <[email protected]>2022-05-12 07:34:15 +0000
commitf3011b5a1918dbe9d2b1316707a2c1034c847507 (patch)
tree50835387a5a307a676b3f1969dfd445e29c1892f
parentcore: Set SECRET flag of subkeys stored on smart cards (diff)
downloadgpgme-f3011b5a1918dbe9d2b1316707a2c1034c847507.tar.gz
gpgme-f3011b5a1918dbe9d2b1316707a2c1034c847507.zip
cpp: Export KeyListModeSaver
* lang/cpp/src/context.h (Context::KeyListModeSaver): Add Export. -- This is required for Windows.
-rw-r--r--lang/cpp/src/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h
index 04a1e00a..405d54ea 100644
--- a/lang/cpp/src/context.h
+++ b/lang/cpp/src/context.h
@@ -65,7 +65,7 @@ public:
//using GpgME::Protocol;
/// RAII-style class for saving/restoring the key list mode.
- class KeyListModeSaver
+ class GPGMEPP_EXPORT KeyListModeSaver
{
public:
explicit KeyListModeSaver(Context *ctx);