mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-17 00:18:11 +08:00
Fix compilation errors in clang.
This commit is contained in:
@@ -24,7 +24,7 @@ void OnExit(int signal) {
|
||||
}
|
||||
|
||||
if (signal == SIGINT)
|
||||
std::quick_exit(SIGINT);
|
||||
quick_exit(SIGINT);
|
||||
}
|
||||
|
||||
ScreenInteractive::ScreenInteractive(int dimx,
|
||||
|
Reference in New Issue
Block a user