Explorar el Código

COMP: Fixing warnings about variables having the
same name as class methods.

Luis Ibanez hace 15 años
padre
commit
aedfa55c48
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Libs/Core/ctkModelTester.cxx

+ 2 - 2
Libs/Core/ctkModelTester.cxx

@@ -118,9 +118,9 @@ bool ctkModelTester::throwOnError()const
 }
 
 //-----------------------------------------------------------------------------
-void ctkModelTester::setNestedInserts( bool nestedInserts )
+void ctkModelTester::setNestedInserts( bool nestedInsertsValue )
 {
-  qctk_d()->NestedInserts = nestedInserts;
+  qctk_d()->NestedInserts = nestedInsertsValue;
 }
 
 //-----------------------------------------------------------------------------