소스 검색

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

Luis Ibanez 15 년 전
부모
커밋
aedfa55c48
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }
 
 //-----------------------------------------------------------------------------