From 3f634202d70b677cb51587893c4b82dbd2123297 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 26 Jan 2017 15:00:37 +0100 Subject: SINK_EXPORT for free functions needs to go to the beginning --- common/notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/notification.h') diff --git a/common/notification.h b/common/notification.h index b1bd290..8224f2a 100644 --- a/common/notification.h +++ b/common/notification.h @@ -53,4 +53,4 @@ public: }; } -QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::Notification &n); +SINK_EXPORT QDebug operator<<(QDebug dbg, const Sink::Notification &n); -- cgit v1.2.3