cpp: Export KeyListModeSaver

* lang/cpp/src/context.h (Context::KeyListModeSaver): Add Export.

--
This is required for Windows.
This commit is contained in:
Andre Heinecke 2022-05-12 09:34:15 +02:00
parent f72cf726ca
commit f3011b5a19
No known key found for this signature in database
GPG Key ID: EF20562ABF3290E6

View File

@ -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);