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:
parent
d2979cb7bb
commit
3f23dcc006
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user