mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Revert "Fix link error with --enable-debug"
This reverts commit b83cc0fc94
.
This commit is contained in:
parent
4946400470
commit
fa0f6c58c1
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void InitWarning(const bilingual_str& str);
|
||||||
|
|
||||||
/** Show error message **/
|
/** Show error message **/
|
||||||
bool InitError(const bilingual_str& str);
|
bool InitError(const bilingual_str& str);
|
||||||
inline bool AbortError(const bilingual_str& str) { return InitError(str); }
|
constexpr auto AbortError = InitError;
|
||||||
|
|
||||||
extern CClientUIInterface uiInterface;
|
extern CClientUIInterface uiInterface;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue