Parcourir la source

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

Luis Ibanez il y a 15 ans
Parent
commit
aedfa55c48
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;
 }
 
 //-----------------------------------------------------------------------------