Fix link error with --enable-debug

pull/764/head
Hennadii Stepanov 4 years ago
parent 39bd9ddb87
commit b83cc0fc94
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -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;

Loading…
Cancel
Save