Commit 2b929702 authored by Andrey Fedorushkov's avatar Andrey Fedorushkov

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

parent 21d1402c
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment