diff options
Diffstat (limited to 'src/position.h')
-rw-r--r-- | src/position.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/position.h b/src/position.h index caaca35ed..a2cb033f8 100644 --- a/src/position.h +++ b/src/position.h @@ -43,6 +43,7 @@ struct Position final typedef std::list<Position> Path; typedef Path::iterator PathIterator; +typedef Path::reverse_iterator PathRIterator; /** * Appends a string representation of a position to the output stream. |