diff options
Diffstat (limited to 'system/include/libcxx/exception')
-rw-r--r-- | system/include/libcxx/exception | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libcxx/exception b/system/include/libcxx/exception index 37bfc57e..4b5770b7 100644 --- a/system/include/libcxx/exception +++ b/system/include/libcxx/exception @@ -91,7 +91,7 @@ class _LIBCPP_EXCEPTION_ABI exception { public: _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} - virtual ~exception() _NOEXCEPT; + virtual ~exception() _NOEXCEPT {}; // XXX EMSCRIPTEN inline in destructor virtual const char* what() const _NOEXCEPT; }; |