Skip to content

Commit

Permalink
Revert "Fix link error with --enable-debug"
Browse files Browse the repository at this point in the history
This reverts commit b83cc0f.
  • Loading branch information
MarcoFalke committed Jun 27, 2020
1 parent 4946400 commit fa0f6c5
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);
inline bool AbortError(const bilingual_str& str) { return InitError(str); }
constexpr auto AbortError = InitError;

extern CClientUIInterface uiInterface;

Expand Down

0 comments on commit fa0f6c5

Please sign in to comment.