mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Fix link error with --enable-debug
This commit is contained in:
parent
39bd9ddb87
commit
b83cc0fc94
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);
|
||||||
constexpr auto AbortError = InitError;
|
inline bool AbortError(const bilingual_str& str) { return InitError(str); }
|
||||||
|
|
||||||
extern CClientUIInterface uiInterface;
|
extern CClientUIInterface uiInterface;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue