Fix clang 14 compilation error.
This commit is contained in:
parent
7db2a64959
commit
404761c525
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user