From 771fee2ce813e892964b80792705dba275c05569 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 29 Jul 2017 06:07:05 +0200 Subject: compat/check-visible: fix non-win32 build Issue: #661 Reported-by: @ljgdasfhk --- compat/check-visible.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compat') diff --git a/compat/check-visible.cpp b/compat/check-visible.cpp index 6030ad92..436e1fdd 100644 --- a/compat/check-visible.cpp +++ b/compat/check-visible.cpp @@ -53,12 +53,12 @@ bool check_is_visible() #else -always_inline OTR_COMPAT_EXPORT +force_inline OTR_COMPAT_EXPORT void set_is_visible(const QWidget&) { } -always_inline OTR_COMPAT_EXPORT +force_inline OTR_COMPAT_EXPORT bool check_is_visible() { return true; -- cgit v1.2.3