summaryrefslogtreecommitdiffstats
path: root/avahi-qt/qt-watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-qt/qt-watch.h')
-rw-r--r--avahi-qt/qt-watch.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/avahi-qt/qt-watch.h b/avahi-qt/qt-watch.h
index 0a3476d..a702a76 100644
--- a/avahi-qt/qt-watch.h
+++ b/avahi-qt/qt-watch.h
@@ -29,7 +29,11 @@
AVAHI_C_DECL_BEGIN
/** Setup abstract poll structure for integration with Qt main loop */
-const AvahiPoll* avahi_qt_poll_get(void);
+const AvahiPoll* avahi_qt_poll_get(void)
+#ifdef HAVE_VISIBILITY_HIDDEN
+__attribute__ ((visibility("default")))
+#endif
+;
AVAHI_C_DECL_END