We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a542b50 commit 5c6cef2Copy full SHA for 5c6cef2
source/Adapt_ItDoc.cpp
@@ -36236,7 +36236,7 @@ CSourcePhrase* CAdapt_ItDoc::GetPreviousNonPlaceholderSrcPhrase(CSourcePhrase* p
36236
// in which when no parameter is given (in calls from TokenizeText etc) a ->Find(pPrevSrcPhrase)
36237
// is used below. When bXMLInput is TRUE, m_pSourcePhrases->Item(nSequNum) is used instead.
36238
CSourcePhrase* pTestSP = NULL;
36239
- wxUnusedVar(pTextSP); // avoid gcc warning
+ wxUnusedVar(pTestSP); // avoid gcc warning
36240
if (bXMLInput == TRUE)
36241
{
36242
// When called from XML input routines start by determining the pos_pSPList of the last
0 commit comments