Skip to content

Commit

Permalink
Fix clang 14 compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Nov 27, 2023
1 parent 7db2a64 commit 404761c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/secret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ class messages_dhConfig final {
TlStoreString::store(random_, s);
}
};
const int32 messages_dhConfig::ID;

class encryptedChat final {
public:
Expand Down Expand Up @@ -301,6 +302,7 @@ class encryptedChat final {
TlStoreBinary::store(key_fingerprint_, s);
}
};
const int32 encryptedChat::ID;

class messages_sentEncryptedMessage final {
public:
Expand Down

7 comments on commit 404761c

@AMORKYHANI6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AMORKYHANI6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@AMORKYHANI6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great

@AMORKYHANI6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@AMORKYHANI6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AMORKYHANI6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@AMORKYHANI6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.