aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src')
-rw-r--r--lang/cpp/src/gpgrevokekeyeditinteractor.h2
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;
};