mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Revert "Fix link error with --enable-debug"
This reverts commit b83cc0fc94.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user