diff --git a/lang/cpp/src/gpgrevokekeyeditinteractor.h b/lang/cpp/src/gpgrevokekeyeditinteractor.h index c64ca015..c33a71b6 100644 --- a/lang/cpp/src/gpgrevokekeyeditinteractor.h +++ b/lang/cpp/src/gpgrevokekeyeditinteractor.h @@ -53,7 +53,7 @@ private: unsigned int nextState(unsigned int statusCode, const char *args, Error &err) const override; private: - class Private; + class GPGMEPP_NO_EXPORT Private; const std::unique_ptr d; };