summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cxx-utils.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxx-utils.hh b/src/cxx-utils.hh
index 3ce6d046..cc2b2215 100644
--- a/src/cxx-utils.hh
+++ b/src/cxx-utils.hh
@@ -51,7 +51,7 @@ void log_exception(char const* func = __builtin_FUNCTION(),
char const* filename = __builtin_FILE(),
int const line = __builtin_LINE()) noexcept;
#else
-inline void log_exception() noexcept;
+void log_exception() noexcept;
#endif
template <typename T, typename D, D func>