From bd1e9eb82cdc19ac482aa98354bc86c8056207db Mon Sep 17 00:00:00 2001 From: donho Date: Thu, 3 Jul 2008 00:05:43 +0000 Subject: [PATCH] git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@271 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/Notepad_plus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 726a2f871..2cf902cf2 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -2671,7 +2671,7 @@ void Notepad_plus::tagMatch() if (nppGUI._enableTagAttrsHilite) { - vector> attributes = getAttributesPos(xmlTags.tagNameEnd, xmlTags.tagOpenEnd - openTagTailLen); + vector< pair > attributes = getAttributesPos(xmlTags.tagNameEnd, xmlTags.tagOpenEnd - openTagTailLen); _pEditView->execute(SCI_SETINDICATORCURRENT, SCE_UNIVERSAL_TAGATTR); for (size_t i = 0 ; i < attributes.size() ; i++) {