diff options
Diffstat (limited to 'lang/cpp/src')
-rw-r--r-- | lang/cpp/src/gpgrevokekeyeditinteractor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Private> d; }; |