summaryrefslogtreecommitdiff
path: root/vcl/unx/glxtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/glxtest.cxx')
-rw-r--r--vcl/unx/glxtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/glxtest.cxx b/vcl/unx/glxtest.cxx
index 70d34fb7318d..8b5265c88709 100644
--- a/vcl/unx/glxtest.cxx
+++ b/vcl/unx/glxtest.cxx
@@ -101,7 +101,7 @@ x_error_handler(Display *, XErrorEvent *ev)
return 0;
}
-void glxtest()
+static void glxtest()
{
signal(SIGPIPE, SIG_IGN);
// we want to redirect to /dev/null stdout, stderr, and while we're at it,