1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-30 04:39:03 +01:00

Cleanup classes a bit, preparing for my strategy

This commit is contained in:
Daniil Gentili 2020-01-23 16:52:40 +01:00
parent d2979cb7bb
commit 3f23dcc006
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 4478 additions and 4479 deletions

View File

@ -345,7 +345,7 @@ public:
* Get the maximum connection layer supported by this libtgvoip version.
* Pass this as <code>max_layer</code> in the phone.phoneConnection TL object when requesting and accepting calls.
*/
static int32_t GetConnectionMaxLayer()
static const int32_t GetConnectionMaxLayer()
{
return 92;
};
@ -774,5 +774,4 @@ public:
#endif
};
}; // namespace tgvoip