summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-01-28 01:28:22 (GMT)
committervlad <vlad@tyrion.(none)>2012-10-13 13:55:44 (GMT)
commit3d6bc0b6181c6cdfc6c0a91960e9dac30ddfdba2 (patch)
treeb5196fc36721783a02492061fbbc865338ed6863 /Swift/QtUI/QtTextEdit.h
parenteca3a097403adbd85fe3b0cf366f29ecc37cacc6 (diff)
downloadswift-contrib-3d6bc0b6181c6cdfc6c0a91960e9dac30ddfdba2.zip
swift-contrib-3d6bc0b6181c6cdfc6c0a91960e9dac30ddfdba2.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);
};