[vte/vte-0-66] lib: Remove misplaced inline from function declaration
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-66] lib: Remove misplaced inline from function declaration
- Date: Tue, 8 Feb 2022 19:31:36 +0000 (UTC)
commit 6d7502ad51ac35266d7770226475014e4d168584
Author: Christian Persch <chpe src gnome org>
Date: Tue Feb 8 20:30:31 2022 +0100
lib: Remove misplaced inline from function declaration
(cherry picked from commit 1e7be827e0fbfefddc8e785bdaac43dd353134e4)
src/cxx-utils.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]