diff options
Diffstat (limited to 'lang/cpp/src/decryptionresult.h')
-rw-r--r-- | lang/cpp/src/decryptionresult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/decryptionresult.h b/lang/cpp/src/decryptionresult.h index 316d0413..3a87e181 100644 --- a/lang/cpp/src/decryptionresult.h +++ b/lang/cpp/src/decryptionresult.h @@ -75,6 +75,7 @@ public: } bool isWrongKeyUsage() const; bool isDeVs() const; + bool isBetaCompliance() const; bool isMime() const; const char *fileName() const; |