summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-03-19 18:36:07 (GMT)
committervlad <vlad@tyrion.(none)>2012-10-13 13:55:45 (GMT)
commit5f745ebd56014a68695ac4b6fe7fb5dc96e34384 (patch)
tree284e1c2f9d41844dd17046d859d2c68225cfa1d6 /SwifTools/SpellParser.h
parentb3948434495a18df5c4537a2a6e0feecc0805788 (diff)
downloadswift-contrib-5f745ebd56014a68695ac4b6fe7fb5dc96e34384.zip
swift-contrib-5f745ebd56014a68695ac4b6fe7fb5dc96e34384.tar.bz2
Addressed Kev's code review
Diffstat (limited to 'SwifTools/SpellParser.h')
-rw-r--r--SwifTools/SpellParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SwifTools/SpellParser.h b/SwifTools/SpellParser.h
index b18f4c2..3fe0613 100644
--- a/SwifTools/SpellParser.h
+++ b/SwifTools/SpellParser.h
@@ -21,6 +21,7 @@ namespace Swift {
ID_CHAR = 4,
};
typedef std::list<boost::tuple<int, int> > PositionPairList;
+ typedef boost::tuple<int, int> PositionPair;
class SpellParser{
public: