mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Another compilation fix
This commit is contained in:
parent
054a929f9b
commit
aace7e6869
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ private:
|
|||
|
||||
static inline void abort (const char *message) {
|
||||
std::cerr << "[FATAL C-WRAPPER]" << message << std::endl;
|
||||
std::abort();
|
||||
std::terminate();
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue