aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/secret.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-11-27 10:38:11 +0300
committerlevlam <levlam@telegram.org>2023-11-27 10:38:11 +0300
commit404761c525d933df813702c863828058cd26111a (patch)
tree378dcee867c7767c0838b25c97673e7c7f132f72 /test/secret.cpp
parent7db2a6495931bac310c399d1db381913b7c3f580 (diff)
Fix clang 14 compilation error.
Diffstat (limited to 'test/secret.cpp')
-rw-r--r--test/secret.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/secret.cpp b/test/secret.cpp
index a238275ca..89741dac3 100644
--- a/test/secret.cpp
+++ b/test/secret.cpp
@@ -250,6 +250,7 @@ class messages_dhConfig final {
TlStoreString::store(random_, s);
}
};
+const int32 messages_dhConfig::ID;
class encryptedChat final {
public:
@@ -301,6 +302,7 @@ class encryptedChat final {
TlStoreBinary::store(key_fingerprint_, s);
}
};
+const int32 encryptedChat::ID;
class messages_sentEncryptedMessage final {
public: