This commit is contained in:
Felipe Lema 2021-04-12 14:47:33 -04:00
parent 554833abf2
commit c9860305f0

View File

@ -37,7 +37,7 @@ protected:
* use for lexicographic comparison
*/
auto asTuple() const -> std::tuple<Line,Column> {
return std::make_tuple(line, tuple);
return std::make_tuple(line, column);
}
};