eeschema: fix build when KICAD_GOST ON (insert in bzr4019)

This commit is contained in:
Andrey Fedorushkov 2013-03-24 00:37:48 +04:00
parent 21d1402c03
commit 2b9297020b
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ int SCH_REFERENCE_LIST::CheckAnnotation( wxArrayString* aMessageList )
GetChars( componentFlatList[ii].GetRef() ),
componentFlatList[ii].m_NumRef,
componentFlatList[ii].m_Unit,
GetChars( componentFlatList[ii].m_Value-GetText() ),
GetChars( componentFlatList[ii].m_Value->GetText() ),
GetChars( componentFlatList[next].GetRef() ),
componentFlatList[next].m_NumRef,
componentFlatList[next].m_Unit,