Fixed -Wshadow warnings
[libcds.git] / test / include / cds_test / thread.h
index 44baffdb6a96a6d17f0178bc287ea7d6c662d484..51fc399a200ca3157a06be83d2a96cbb681c60a4 100644 (file)
@@ -156,8 +156,8 @@ namespace cds_test {
         };
 
     public:
-        explicit thread_pool( ::testing::Test& fixture )
-            : m_fixture( fixture )
+        explicit thread_pool( ::testing::Test& fx )
+            : m_fixture( fx )
             , m_bTimeElapsed( false )
         {}