From 570e41e809329704424370e9e6d7efe8c76991bf Mon Sep 17 00:00:00 2001 From: Chuck Atkins Date: Fri, 18 Mar 2016 12:00:17 -0400 Subject: [PATCH] Fix scope resolution for nvidia pthread workaround --- vtkm/opengl/testing/TestingWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/opengl/testing/TestingWindow.h b/vtkm/opengl/testing/TestingWindow.h index 797608d96..fca9af171 100644 --- a/vtkm/opengl/testing/TestingWindow.h +++ b/vtkm/opengl/testing/TestingWindow.h @@ -89,7 +89,7 @@ class TestingWindow : public vtkm::opengl::testing::WindowBase #if defined(VTKM_NVIDIA_PTHREAD_WORKAROUND) VTKM_CONT_EXPORT int vtkm_force_linking_to_pthread_to_fix_nvidia_libgl_bug() - { return vtkm_force_linking_to_pthread_to_fix_nvidia_libgl_bug(); } + { return ::vtkm_force_linking_to_pthread_to_fix_nvidia_libgl_bug(); } #endif public: