Replaced std::pair<Cursor, Cursor> with CursorPair
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Thu, 18 Apr 2013 21:25:36 +0000 (22:25 +0100)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Thu, 18 Apr 2013 21:49:25 +0000 (22:49 +0100)
commitb42d25c43e52c900cbdd3e5cde0282961b8721e7
tree7ac843fa1798dc6306de630f64ef4cedfd3a15f2
parent140181a46034cf65739ba4bf0bf1260ab94ac736
Replaced std::pair<Cursor, Cursor> with CursorPair
CMakeLists.txt
pv/view/cursor.h
pv/view/cursorpair.cpp [new file with mode: 0644]
pv/view/cursorpair.h [new file with mode: 0644]
pv/view/ruler.cpp
pv/view/view.cpp
pv/view/view.h
pv/view/viewport.cpp