We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7604426 commit 77e62ecCopy full SHA for 77e62ec
1 file changed
src/platforms/android/androidcryptosettings.h
@@ -11,7 +11,7 @@
11
12
class AndroidCryptoSettings final : public CryptoSettings {
13
public:
14
- AndroidCryptoSettings() : CryptoSettings() {};
+ AndroidCryptoSettings() : CryptoSettings(){};
15
virtual ~AndroidCryptoSettings() = default;
16
17
void resetKey() override;
0 commit comments