Revert "Fix link error with --enable-debug"

This reverts commit b83cc0fc94.
pull/764/head
MarcoFalke 4 years ago
parent 4946400470
commit fa0f6c58c1
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

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

Loading…
Cancel
Save