summaryrefslogtreecommitdiffhomepage
path: root/api
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-09 18:22:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-09 20:41:20 +0200
commit9f707a60ec47d026d250ec24bfc6695e5b0aea25 (patch)
treeae850ed30a9b3c7a3e57839870f7887a0e370378 /api
parent6a029b2c2484e7753f8483ff822efccafe3cf176 (diff)
api/is-window-visible: fix warn on non-win32
Diffstat (limited to 'api')
-rw-r--r--api/is-window-visible.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/is-window-visible.cpp b/api/is-window-visible.cpp
index fc25bb7d..f70e01c8 100644
--- a/api/is-window-visible.cpp
+++ b/api/is-window-visible.cpp
@@ -26,7 +26,7 @@ OPENTRACK_API_EXPORT bool is_window_visible(const QWidget* widget)
}
#else
-OPENTRACK_API_EXPORT bool is_window_visible(const QWidget* widget)
+OPENTRACK_API_EXPORT bool is_window_visible(const QWidget*)
{
return true;
}