Skip to content

Commit

Permalink
Fix link error with --enable-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jun 17, 2020
1 parent 39bd9dd commit b83cc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b83cc0f

Please sign in to comment.