cpp: Do not export symbols of the Private class

* lang/cpp/src/gpgrevokekeyeditinteractor.h (class
GpgRevokeKeyEditInteractor): Mark nested class Private as hidden.
--

GnuPG-bug-id: 5904
This commit is contained in:
Ingo Klöcker 2022-04-04 13:07:12 +02:00
parent a36d71a8e3
commit 4beb6f4199

View File

@ -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<Private> d;
};