From f3011b5a1918dbe9d2b1316707a2c1034c847507 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Thu, 12 May 2022 09:34:15 +0200 Subject: [PATCH] cpp: Export KeyListModeSaver * lang/cpp/src/context.h (Context::KeyListModeSaver): Add Export. -- This is required for Windows. --- lang/cpp/src/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);