diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-18 14:51:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-18 14:51:49 +0000 |
| commit | 95dc81ecbc031b6ffaee2053884115de4ee4b393 (patch) | |
| tree | b6f7fd430fe5de560bc6505eafc9c4e3729e7bed /src/vertical_position.h | |
| parent | c41e0eb748cd39ce6ebe0c7c354e99ccf87a951b (diff) | |
| parent | 485794f8322b090a22da841961025b19642e42a2 (diff) | |
Merge branch '1.0' of git.carlh.net:git/libsub into 1.0
Diffstat (limited to 'src/vertical_position.h')
| -rw-r--r-- | src/vertical_position.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vertical_position.h b/src/vertical_position.h index 9f04056..7bc057e 100644 --- a/src/vertical_position.h +++ b/src/vertical_position.h @@ -39,13 +39,13 @@ public: boost::optional<int> lines; /** reference point */ boost::optional<VerticalReference> reference; - + bool operator== (VerticalPosition const & other) const; bool operator< (VerticalPosition const & other) const; float fraction_from_screen_top () const; }; - + } #endif |
