aboutsummaryrefslogtreecommitdiffstats
path: root/core/dbus_wrap.cpp
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2022-01-18 15:55:51 -0800
committerChris Robinson <chris.kcat@gmail.com>2022-01-18 15:55:51 -0800
commit388f10319b91b043c9a17833eb437bde33e3fa2e (patch)
tree7acb12e8145db0f4f3020fd10a89c58f61f5fc06 /core/dbus_wrap.cpp
parent5306c9d42460001670a90a8f091cef47c0aede2c (diff)
Handle _gettid on FreeBSD
And simplify handling D-Bus/RTKit interfaces
Diffstat (limited to 'core/dbus_wrap.cpp')
-rw-r--r--core/dbus_wrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dbus_wrap.cpp b/core/dbus_wrap.cpp
index 506dd815..7f221706 100644
--- a/core/dbus_wrap.cpp
+++ b/core/dbus_wrap.cpp
@@ -12,7 +12,7 @@
void *dbus_handle{nullptr};
-#define DECL_FUNC(x) decltype(x) *p##x{};
+#define DECL_FUNC(x) decltype(p##x) p##x{};
DBUS_FUNCTIONS(DECL_FUNC)
#undef DECL_FUNC