summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-01-28 01:28:22 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-09 15:04:01 (GMT)
commit21224565867c695bc41028ce31e567554eb25a0a (patch)
tree1c9d6270d497a115ea431c5e10fae5afad8849a1 /Swift/QtUI/QtTextEdit.h
parent65679c27623512a79de7c6d92c75d1a9530fb756 (diff)
downloadswift-contrib-21224565867c695bc41028ce31e567554eb25a0a.zip
swift-contrib-21224565867c695bc41028ce31e567554eb25a0a.tar.bz2
Changed name from vector to List for PositionPairList
Diffstat (limited to 'Swift/QtUI/QtTextEdit.h')
-rw-r--r--Swift/QtUI/QtTextEdit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtTextEdit.h b/Swift/QtUI/QtTextEdit.h
index 76087c9..297312d 100644
--- a/Swift/QtUI/QtTextEdit.h
+++ b/Swift/QtUI/QtTextEdit.h
@@ -30,7 +30,7 @@ namespace Swift {
void handleTextChanged();
private:
SpellChecker *checker_;
- PositionPairVector misspelledPositions_;
+ PositionPairList misspelledPositions_;
void underlineMisspells();
boost::tuple<int,int> getWordFromCursor(int cursorPosition);
};