Do not remove TDLib headers from Td.
GitOrigin-RevId: 62021a5579178f9f5eb059d67c4141b350b79509
This commit is contained in:
parent
138bf17da9
commit
d8c92ebd3d
@ -257,7 +257,7 @@ function split_file($file, $chunks, $undo) {
|
||||
);
|
||||
}
|
||||
|
||||
if (strpos($new_content, "Td::Td") === false) { // destructor Td::~Td needs to see definitions of all forward-declared classes
|
||||
if (strpos($new_content, 'Td::') === false) { // destructor Td::~Td needs to see definitions of all forward-declared classes
|
||||
$td_methods = array(
|
||||
'auth_manager[_(-][^.]|AuthManager' => 'AuthManager',
|
||||
'ConfigShared|shared_config[(][)]' => 'ConfigShared',
|
||||
|
Reference in New Issue
Block a user