summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--compat/check-visible.cpp4
1 files changed, 2 insertions, 2 deletions
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;