Skip to content

Commit 5c6cef2

Browse files
committed
Minor correction of misspelled variable inside wxUnusedVar() statement.
1 parent a542b50 commit 5c6cef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Adapt_ItDoc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36236,7 +36236,7 @@ CSourcePhrase* CAdapt_ItDoc::GetPreviousNonPlaceholderSrcPhrase(CSourcePhrase* p
3623636236
// in which when no parameter is given (in calls from TokenizeText etc) a ->Find(pPrevSrcPhrase)
3623736237
// is used below. When bXMLInput is TRUE, m_pSourcePhrases->Item(nSequNum) is used instead.
3623836238
CSourcePhrase* pTestSP = NULL;
36239-
wxUnusedVar(pTextSP); // avoid gcc warning
36239+
wxUnusedVar(pTestSP); // avoid gcc warning
3624036240
if (bXMLInput == TRUE)
3624136241
{
3624236242
// When called from XML input routines start by determining the pos_pSPList of the last

0 commit comments

Comments
 (0)