Make SetMiscWarning() accept bilingual_str argument

This commit is contained in:
Hennadii Stepanov
2020-06-10 12:14:32 +03:00
parent d1ae7c0355
commit d49612f98a
5 changed files with 20 additions and 20 deletions

View File

@@ -10,7 +10,7 @@
struct bilingual_str;
void SetMiscWarning(const std::string& strWarning);
void SetMiscWarning(const bilingual_str& warning);
void SetfLargeWorkForkFound(bool flag);
bool GetfLargeWorkForkFound();
void SetfLargeWorkInvalidChainFound(bool flag);