diff --git a/Telegram/SourceFiles/_other/packer.cpp b/Telegram/SourceFiles/_other/packer.cpp index 981613c8d..6ba7df556 100644 --- a/Telegram/SourceFiles/_other/packer.cpp +++ b/Telegram/SourceFiles/_other/packer.cpp @@ -480,7 +480,7 @@ int main(int argc, char *argv[]) return 0; } -QString countBetaVersionSignature(quint64 version) { // duplicated in autoupdate.cpp +QString countBetaVersionSignature(quint64 version) { // duplicated in autoupdater.cpp QByteArray cBetaPrivateKey(BetaPrivateKey); if (cBetaPrivateKey.isEmpty()) { cout << "Error: Trying to count beta version signature without beta private key!\n";