Fix link error with --enable-debug

This commit is contained in:
Hennadii Stepanov 2020-06-17 19:43:15 +03:00
parent 39bd9ddb87
commit b83cc0fc94
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -122,7 +122,7 @@ void InitWarning(const bilingual_str& str);
/** Show error message **/
bool InitError(const bilingual_str& str);
constexpr auto AbortError = InitError;
inline bool AbortError(const bilingual_str& str) { return InitError(str); }
extern CClientUIInterface uiInterface;