summaryrefslogtreecommitdiffstats
path: root/src/notification_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification_proxy.h')
-rw-r--r--src/notification_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification_proxy.h b/src/notification_proxy.h
index cc25a95..f641e25 100644
--- a/src/notification_proxy.h
+++ b/src/notification_proxy.h
@@ -29,7 +29,7 @@
struct np_client_private {
property_list_service_client_t parent;
mutex_t mutex;
- thread_t notifier;
+ THREAD_T notifier;
};
void* np_notifier(void* arg);