diff options
-rw-r--r-- | lang/cpp/src/context.h | 2 |
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); |